Skip to main content
PUT
/
core
/
companies
/
{company_id}
/
disconnect
Disconnect Company
curl --request PUT \
  --url https://api.integrations.commenda.io/v4/core/companies/{company_id}/disconnect \
  --header 'api_key: <api-key>'
{
  "request_id": "ca61fc64-d8a6-40e1-a627-943fcc7014b3"
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Disconnect the active platform connection without deleting the company or invite link. Credentials are cleared so the customer can reconnect later via the SDK.
To permanently remove a company, use Archive Company instead.

Response

Returns { request_id } on success. Returns 400 Bad Request if the company has no active connection or is already disconnected. Returns 409 Conflict if a sync is currently running.

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

Commenda company ID (rootfi_id).

Response

Connection disconnected.

request_id
string
required