Revoke Token

  • POST
  • /oauth2
  • /revoke

Revoke OAuth 2.0 token

Request

BODY PARAMETERS
tokenstring
Token to revoke
access_tokenstring
Token to revoke
token_type_hintstring
Hint about the type of token being revoked (access_token or refresh_token)
client_idstring
OAuth 2.0 client identifier

Last modified on May 19, 2026

Request example

CURL
curl -X POST "https://api.buddy.works/oauth2/revoke" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
200 Token successfully revoked