POST revoke
Revoke a token
Revokes an access or refresh token. Returns HTTP 200 with an empty JSON object even when the token is unknown. Confidential clients must authenticate (for example client_id and client_secret in the body or HTTP Basic authentication).
post/revoke
Request body
Response
Token revoked, or token unknown / already invalid (empty object).
object required