Skip to main content
DELETE
/
schedules
/
{schedule_id}
/
overrides
/
{override_id}
Delete a schedule override
curl --request DELETE \
  --url https://api.shiftkeeper.io/schedules/{schedule_id}/overrides/{override_id} \
  --header 'x-api-key: <api-key>'
{
  "error": {
    "code": "not_found",
    "status": 404,
    "message": "The requested resource was not found"
  }
}

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.

override_id
string
required

The ID of the override.

Response

Schedule override deleted successfully