Skip to main content
POST
Revoke an OAuth token
Invalidate an access or refresh token. Do not send a Bearer header. Body is { "token": "..." }.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code with PKCE. Implicit and password flows are unsupported.

Body

application/x-www-form-urlencoded
token
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token

Response

Token was revoked or was already inactive.