Skip to main content
DELETE
/
schedules
/
{schedule_id}
Delete a schedule
curl --request DELETE \
  --url https://api.shiftkeeper.io/schedules/{schedule_id} \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "code": "internal_server_error",
    "status": 500,
    "message": "An internal server error occurred"
  }
}

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

schedule_id
string
required

The ID of the schedule.

Response

Schedule deleted successfully