Skip to main content
POST
Revoke access token

Authorizations

Authorization
string
header
required

OAuth client ID and secret as HTTP Basic credentials.

Body

application/x-www-form-urlencoded
token
string
required

Access or refresh token to revoke.

token_type_hint
enum<string>
Available options:
access_token,
refresh_token
client_id
string
client_secret
string

Response

Token revoked (or already invalid)