Revoking Tokens
Revoking a token should be done when a user wishes to logout of the client integration.
The response is always returned with an empty body and a 200 http status code regardless if a token was revoked or not.
You can revoke an access or refresh token by sending a POST request to the following URL:
Upon a successful revocation, any access or refresh tokens which were associated with each other will be permanently invalidated. Ex: A revocation request for an access token will also revoke the corresponding refresh token and vice versa.