Skip to main content
POST
/
oauth
/
revoke
Revoke a token
curl --request POST \
  --url https://{base_url}/api/v1/oauth/revoke \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}

Response

Token revoked successfully

The response is of type object.