Skip to main content
POST
Revoke token (V2)

Body

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

The access or refresh token to revoke.

token_type_hint
enum<string>

Optional and ignored -- the token's own prefix already identifies its type. Accepted for RFC 7009 compliance so that libraries which always send it are not broken by it.

Available options:
access_token,
refresh_token

Response

The token is not usable. Returned whether or not it ever was.