OAuth
Revoke OAuth token
Revokes an access or refresh token per RFC 7009. Returns success even for invalid tokens to prevent token enumeration.
POST
Revoke OAuth token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/x-www-form-urlencoded
Response
Token revoked successfully
Whether the token was successfully revoked
Revoke OAuth token

