Skip to main content
DELETE
/
schedules
/
{scheduleId}
Delete a schedule
curl --request DELETE \
  --url https://api.example.com/schedules/{scheduleId} \
  --header 'x-api-key: <api-key>'
Coming Soon

Authorizations

x-api-key
string
header
required

Path Parameters

scheduleId
string
required

The unique identifier for the schedule

Example:

"sched_abc123"

Response

Schedule deleted successfully