DevelopersAPI ReferenceO Auth
Revoke A Token
Revokes an access or refresh token. Always returns 200.
Request Body
application/x-www-form-urlencoded
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/oauth/revoke" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d 'token=string'Empty