Revoke Token

POST {{url}}{{site}}/services/oauth2/revoke

This calls the standard revoke endpoint, passing in your access token. This endpoint should be called as part of your logout process to invalidate the access and refresh token.

Request Body

[{"name"=>"token", "value"=>"{{_accessToken}}", "datatype"=>"string"}]