Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Revocation

The revocation endpoint invalidates access tokens and refresh tokens per RFC 7009.

POST/oauth2/revokeNo Auth

Revokes a refresh token. Per RFC 7009, always returns 200 even if the token is invalid.

ParameterTypeDescription
token*
body
string
token_type_hint
body
"refresh_token"
client_id*
body
string
client_secret*
body
string
Response
{}