Auth API
Revoke Token
This endpoint lets you revoke an authorization token. This endpoint only supports authorization for the code grant flow.
post/oauth2/revoke
Headers
Authorizationstring required
Basic base64 encoded clientId:clientSecret
Response
ok