Skip to main content
POST
/
core
/
companies
/
{company_id}
/
sync-config
/
reset
Reset Company Sync Config
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/companies/{company_id}/sync-config/reset \
  --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.

Reset all sync configuration entries for a company back to your organization’s defaults.

Response

Returns { request_id } on success.

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

Commenda company ID (rootfi_id).

Response

Sync configuration reset.

request_id
string
required