Skip to main content
DELETE
/
core
/
companies
/
{company_id}
Archive Company
curl --request DELETE \
  --url https://api.integrations.commenda.io/v4/core/companies/{company_id} \
  --header 'api_key: <api-key>'
{
  "error": {
    "status_code": 123,
    "message": "<string>",
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "platform_error": null
  }
}

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.

Archive (soft-delete) a company, its invite link, and active connection.
This action cannot be undone from the API. Synced data associated with the company is purged asynchronously by Commenda’s retention process.

Path Parameters

ParameterTypeDescription
company_idintegerCompany ID (rootfi_id).

Response

Returns 204 No Content with an empty body on success. Returns 409 Conflict if a sync is currently running for the company.

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

Commenda company ID (rootfi_id).

Response

Company archived.