Skip to main content
POST
Token revocation (RFC 7009)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/x-www-form-urlencoded
token
string
required
client_id
string
required
token_type_hint
enum<string>
Available options:
access_token,
refresh_token
client_secret
string

Required only for confidential clients.

Response

Token revoked (empty body)