Skip to main content
POST
Token revocation (RFC 7009)

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
token
string
required

Access or refresh token to revoke

token_type_hint
enum<string>

Hint for faster lookup

Available options:
access_token,
refresh_token

Response

Revoked