Skip to main content
POST
Revoke token

Authorizations

Authorization
string
header
required

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

Body

application/json
client_id
string
required

Application's client ID.

client_secret
string
required

Application's client secret.

token
string
required

The refresh token to revoke.

Response

204

Token revoked