Skip to main content
DELETE
https://api.trillet.ai
/
v1
/
api
/
crm
/
disconnect
Disconnect GoHighLevel
curl --request DELETE \
  --url https://api.trillet.ai/v1/api/crm/disconnect \
  --header 'x-api-key: <api-key>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "success": true
}

Headers

x-api-key
string
required
API key used for authenticating requests to the API.
x-workspace-id
string
required
Workspace identifier for the API.

Query Parameters

pathwayId
string
required
The call flow pathway ID to disconnect GoHighLevel from.

Response Fields

success
boolean
Whether the disconnection was successful.
{
  "success": true
}