cURL
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" } }
Delete a schedule. This also removes the attached Slack user group, if there is one.
Enter your API key which starts with 'keeper_'
The ID of the schedule.
Schedule deleted successfully