Skip to main content
POST
OAuth 2.0 Token Revocation (RFC 7009)

Body

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

The token to revoke.

Minimum string length: 1
token_type_hint
string

Optional advisory hint: 'access_token' or 'refresh_token'.

Minimum string length: 1
client_id
string
Minimum string length: 1
client_secret
string
Minimum string length: 1

Response

Revocation accepted. Empty body.