Revoking Refresh Token
If you want to revoke your refresh token,
- Make a POST request with the following URL:
Note:
{Accounts_URL}/oauth/v2/token/revoke?token={refresh_token}
You must use your domain-specific Zoho Accounts URL to revoke your refresh token.