Skip to content
Matt Bierner edited this page May 20, 2015 · 1 revision

You can revoke an existing access token by sending a POST request to:

POST https://blot.re/v0/oauth2/revoke?token=TOKEN_TO_REVOKE

If an access token is provided, its matching refresh token is also revoke. If a refresh token is provided, its matching access token is also revoke.