DELETE
/
v1
/
core
/
oauth
/
apps
/
{clientId}
/
access-token
/
{tokenId}
Revoke an OAuth access token for a given OAuth app.
curl --request DELETE \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/oauth/apps/{clientId}/access-token/{tokenId} \
  --header 'Content-Type: application/json' \
  --data '{
  "clientSecret": "<string>",
  "userId": "<string>"
}'
{
  "tokenId": "<string>"
}

Path Parameters

clientId
string
required
tokenId
string
required

Body

application/json

Response

200 - application/json

Revoke an OAuth access token for a given OAuth app.

The response is of type object.