Post Oauth 2 Revoke

Revoke an OAuth2 access or refresh token

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
tokenstringRequired

The token to revoke (access or refresh token)

client_idstringOptional
OAuth2 client ID
client_secretstringOptional
OAuth2 client secret
token_type_hintstringOptional

Hint about the token type. Recognized values: access_token, refresh_token.

Response

Token revoked successfully. The response body is empty.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error