Step 5: Revoking a Refresh Token
Once you no longer need to access the data for a particular scope, you can revoke that refresh token by raising a revoke token request.
Request URL
https://<base_accounts_url>/oauth/v2/token/revoke?token=<token>
Note: For Storefront Portal API's use https://accounts.zohoportal.com/clientoauth/v2/<PORTAL_ID>/token/revoke
Request Method
POST
where,
Parameter | Description |
refresh_token | Refresh Token which is to be revoked. |
Sample Request
Copiedcurl "https://accounts.zoho.com/oauth/v2/token/revoke?token=1000.8cb99dxxxxxxxxxxxxx9be93.9b8xxxxxxxxxxxxxxxf"
-X POST
Sample Response
Copied{
"status": "success"
}