Post Oauth 2 Revoke
Revoke an OAuth2 access or refresh token
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
token
The token to revoke (access or refresh token)
client_id
OAuth2 client ID
client_secret
OAuth2 client secret
token_type_hint
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