Footer Section
Explore

Revoke an OAuth token if you don’t want an external client to access Salesforce data or if you don’t trust the client to discontinue access on its own. This invalidates the token set to the 'token' path variable in the URL.
The access token to revoke.
The name of the storefront used for the request.
curl --request DELETE \--url https://documentation.conga.com/users/token/token \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'x-storefront: '
1{2"title": "success",3"status": 200,4"data": true5}