curl --request DELETE \
--url https://cronho.st/api/v1/schedules/{id} \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "Schedule deleted successfully"
}Permanently delete a schedule. This action cannot be undone.
curl --request DELETE \
--url https://cronho.st/api/v1/schedules/{id} \
--header 'x-api-key: <api-key>'{
"success": true,
"message": "Schedule deleted successfully"
}Documentation Index
Fetch the complete documentation index at: https://docs.cronho.st/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Get your API key from the Cronhost dashboard.
Unique schedule identifier
"schedule_123"