Skip to main content
DELETE
Delete a schedule

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Path Parameters

scheduleId
string
required

Numeric schedule identifier.

Pattern: ^[1-9]\d*$
Example:

"42"

Response

Schedule deleted

Schedule deleted

success
enum<boolean>
required
Available options:
true
message
string