Delete Bulk Sync Schedule

Removes a schedule from a bulk sync. Deleting a schedule only stops future automatic executions. It does not cancel an execution that is already running.

Authentication

AuthorizationBasic

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

OR
AuthorizationBearer
This is the Polytomic API key

Path parameters

sync_idstringRequiredformat: "uuid"
Unique identifier of the bulk sync.
schedule_idstringRequiredformat: "uuid"
Unique identifier of the schedule to delete.

Headers

X-Polytomic-VersionstringRequired

Errors

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