Delete a Cron Job

Parameters

idstring

The unique identifier of the cron job to delete

Returns

Returns an object confirming the deletion of the cron job.

DELETE/cron/{id}
curl -X DELETE https://api.next-cron.com/cron/49d10214-f4f1-497a-94b7-c0e597ad3fea \
   -H "Authorization: Bearer $YOUR_API_KEY"
Response
{
  "id": "49d10214-f4f1-497a-94b7-c0e597ad3fea",
  "deleted": true
}