Skip to product menu
Skip to main content

Step 5: Revoke your Refresh Tokens

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.
  • Here is avideo explaining how to revoke your refresh tokens.