cURL
curl --request DELETE \ --url https://api.g-tateth.com/api/zoho/integrations/{id} \ --header 'Authorization: <api-key>'
{ "success": true, "message": "Zoho integration disconnected successfully" }
Disconnect and deactivate a Zoho CRM integration
API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...
Integration ID (obtained from GET /api/zoho/integrations after OAuth connection)
Integration disconnected successfully
true
"Zoho integration disconnected successfully"