Revoke the Refresh Token

You can revoke a refresh token by making a POST request with the below URL.

Request URL

<Accounts URL>/oauth/v2/token/revoke?token=<token>

Request Method

POST

where:

Accounts_url

Differs depending on your DC (refer to the Accounts URL section in this page)

token

The refresh token that you want to revoke

 

Note: When a refresh token is revoked, the access token generated through it will also be revoked.

Sample Request

Copiedhttps://accounts.zoho.com/oauth/v2/token/revoke?token=1000.a24d5e6dXXXXXXXXXXXXXXXX3eeb1.0df8a58d58dae3efcd6f0c15c4e88999

Sample Response

Copied{
  "status": "success"
}