Skip to main content
POST
/
core
/
syncs
/
{sync_id}
/
cancel
Cancel Sync
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/syncs/{sync_id}/cancel \
  --header 'api_key: <api-key>'
{
  "data": null,
  "request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}

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.

Cancel a running sync.

Path Parameters

ParameterTypeDescription
sync_idstringSync ID.

Response

Returns { data: null, request_id }.

Authorizations

api_key
string
header
required

Path Parameters

sync_id
string
required

Sync ID.

Response

Sync canceled.

request_id
string
required