Revoke Token by ID

Revokes an access token by specifying the token ID. You can also use me instead of a token ID to revoke the currently used token.

Note: Users can only revoke their own tokens. Admin users can revoke any token.

Security: Requires a valid token.

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

The token ID to revoke

Responses
200

Token revoked successfully

401

Bad Credentials - Invalid credentials

403

Permission Denied - Insufficient permissions

404

Not Found - Token not found

Language
Credentials
Bearer
URL
LoadingLoading…