Revoking Refresh Token

If you want to revoke your refresh token, make a POST request with the following URL:

{Accounts_URL}/oauth/v2/token/revoke?token={refresh_token}
    
Note
  • You must use your domain-specific Zoho Accounts URL to revoke your refresh token.

  • If you have multiple organizations, the refresh token that you revoke will be specific to a particular organization, and this action will not have an effect on other organizations in your application.

  • When you revoke a refresh token, the system revokes all the access tokens generated using that refresh token.