Revoking Tokens

POST {{accounts-domain}}/oauth/v2/token/revoke

Step 5: Revoking Tokens

In case if you wish to revoke the refresh_token, use the below approach.

Request Body

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