Delete a Schedule
Parameters
idstring
The unique identifier of the schedule to delete
Returns
Returns an object confirming the deletion of the schedule.
DELETE/schedules/{id}
curl -X DELETE https://api.next-cron.com/schedules/49d10214-f4f1-497a-94b7-c0e597ad3fea \
-H "Authorization: Bearer $YOUR_API_KEY"
Response
{
"id": "49d10214-f4f1-497a-94b7-c0e597ad3fea",
"deleted": true
}