Revoke token

Revokes an access token or refresh token. Send parameters as application/x-www-form-urlencoded.

Request

This endpoint expects an object.
tokenstringRequired
The access or refresh token to revoke.
token_type_hintenumOptional
Optional hint to help the server process the token faster.
Allowed values:
client_idstringOptional

OAuth application client ID (uid).

client_secretstringOptional
Required for confidential clients.

Response

OK

Errors