Revoke Token by Value

Revokes an access token by providing a JSON web token (JWT) or reference token.

Note: The token must be revocable for this operation to succeed.

Security: Requires admin privileges.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The token value to revoke. Can be either a reference token or a JWT access token. The token must have been created with force_revocable: true or refreshable: true for JWT tokens to be revocable.

Responses

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

404

Not Found - Token not found or not revocable

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Choose an example:
application/json