API ReferenceOAuth
Revoke a token
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/oauth/revoke" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "client_id": "string", "client_secret": "string" }'Empty