Skip to main content
DELETE
/
api
/
zoho
/
integrations
/
{id}
Disconnect Zoho integration
curl --request DELETE \
  --url https://api.g-tateth.com/api/zoho/integrations/{id} \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "message": "Zoho integration disconnected successfully"
}

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...

Path Parameters

id
string
required

Integration ID (obtained from GET /api/zoho/integrations after OAuth connection)

Response

Integration disconnected successfully

success
boolean
Example:

true

message
string
Example:

"Zoho integration disconnected successfully"