For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Log inBook a demo
GuidesAPI Reference
GuidesAPI Reference
  • API Reference
      • GETGet Sync Source
      • GETModel Sync Field Query
      • GETList Syncs
      • POSTCreate Sync
      • GETGet Sync Schedule Options
      • GETGet Sync
      • PUTUpdate Sync
      • DELDelete Model Sync
      • POSTActivate Sync
      • POSTCancel Sync
      • POSTStart Sync
      • GETGet Sync Status
Logo
Log inBook a demo
API ReferenceModel Sync

Delete Model Sync

DELETE
https://app.polytomic.com/api/syncs/:id
DELETE
/api/syncs/:id
$curl -X DELETE https://app.polytomic.com/api/syncs/248df4b7-aa70-47b8-a036-33ac447e668d \
> -H "Authorization: Bearer <token>"

Deletes a model sync, cancelling any running executions.

Deletion is permanent. Any running execution is cancelled before the sync record is removed. Deleted syncs cannot be recovered; recreate them using POST /api/syncs if needed.

Was this page helpful?
Previous

Activate Sync

Next

Authentication

AuthorizationBearer
Bearer user API key
OR
AuthorizationBasic

Basic organization-scoped API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
500
Internal Server Error