Remove Sync

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.

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

Errors

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