Skip to main content
DELETE
Delete a sync config

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The unique identifier of the sync config.

Query Parameters

force
boolean | null
default:false

Deletes the sync config even if live, hand-authored schedules depend on it. Without this, such a delete is rejected with a 409 naming the count.

Response

The sync config was deleted.