Skip to main content
POST
Revoke Access Token

Body

token
string
required

Bearer access token to revoke.

client_id
string
required

Your OAuth client ID.

client_secret
string
required

Your OAuth client secret.

token_type_hint
enum<string>

Optional OAuth token type hint.

Available options:
access_token

Response

Token revocation accepted. The response body is intentionally empty.