cURL
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>" }
Soft-delete (revoke) an OAuth access token for a given OAuth app. Note: this endpoint is only available to select customers at this time.
Revoke an OAuth access token for a given OAuth app.
The response is of type object.
object