OAuth2

Revoke token

Revoke an access or refresh token.

post/oauth/revoke

Request body

client_idstring required

Application's client ID.

client_secretstring required

Application's client secret.

tokenstring required

The refresh token to revoke.

Response

Token revoked

Changes