cURL
curl --request DELETE \ --url https://functions.siro.ai/api-externalApi/v1/core/oauth/apps/{clientId}/access-token/{tokenId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clientSecret": "<string>", "userId": "<string>" } '
{ "tokenId": "<string>" }
Soft-delete (revoke) an OAuth access token for a given OAuth app.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Revoke an OAuth access token for a given OAuth app.