cURL
curl --request DELETE \ --url https://api.example.com/crons/{id}
{ "id": "<string>" }
Delete a cron and all its associated runs
curl -X DELETE https://app.cronapi.dev/api/v1/crons/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \ -H "Authorization: Bearer your_api_key_here"
{ "success": true }
{ "error": "Cron not found" }