Remove Bulk Sync

Deletes a bulk sync, cancelling any running executions.

Any execution that is currently running is cancelled before the sync record is removed.

🚧 All associated schedules, schema configurations, and execution history are deleted along with the sync.

Authentication

AuthorizationBasic

This is the Polytomic deployment key (on-premises only)

OR
AuthorizationBearer
This is the Polytomic API key

Path parameters

idstringRequiredformat: "uuid"

Headers

X-Polytomic-VersionstringRequired

Query parameters

refresh_schemasbooleanOptional

Errors

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