Delete a schedule override. Overrides that have already finished cannot be deleted.
curl --request DELETE \ --url https://api.shiftkeeper.io/schedules/{schedule_id}/overrides/{override_id} \ --header 'x-api-key: <api-key>'
This response does not have an example.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
The ID of the override.
Schedule override deleted successfully