Delete Connection
DELETE /integrations/connections/{connection_id}
Disconnect a CRM.
Anything already synced STAYS - this removes the connection, not the
records that came through it. Any sync configured against this connection
stops working, so check /integrations/crm-sync/push-enabled first if a
continuous sync is running.
Authorizations
Parameters
Path Parameters
Connection id.
Connection id.
Query Parameters
Provider config key, e.g. hubspot or salesforce. REQUIRED: the same connection id can exist under more than one provider config, so the key is what identifies which one to remove.
Provider config key, e.g. hubspot or salesforce. REQUIRED: the same connection id can exist under more than one provider config, so the key is what identifies which one to remove.
Header Parameters
Responses
200
Successful Response
object
An open envelope for a connection, a token or a migration report.
Open because the migration STATUS payload carries a per-entity progress map, a discovered-field map and a pipeline list that all grow with the providers - and because a dropped warning on a migration report reads as “nothing went wrong”.
object
422
Validation Error