Delete a Cron Job
Delete a cron job.
Method
DELETE
Endpoint
https://api.easycron.com/v1/cron-jobs/{cron_job_id}
Example API call
curl \--include \--request DELETE \--header 'Content-Type: application/json' \--header 'X-API-Key: <API_KEY>' \"https://api.easycron.com/v1/cron-jobs/{cron_job_id}"
Example Success Response
An HTTP response with HTTP code 204
.
Example Failure Response
Together with the HTTP code of the error, the following error message will be responded:
{"message":"ERROR_MESSAGE"}