Authorization

Revoke access token

Revoke an active Access Token, effectively logging a user out that has been previously authenticated.

post/oauth2/revoke

Response

Returns an empty response when the token was successfully revoked.

Changes