Skip to main content
POST
Revoke a token

Body

application/json
token
string
required

The access_token (JWT) to revoke. Must be the access_token, not the refresh_token.

client_id
string<uuid>
required
client_secret
string
required

Response

Token revoked. Also returned if the token was already revoked or expired.

revoked
boolean
Example:

true