Delete a Cron Job Group
Delete a cron job group.
Method
DELETE
Endpoint
https://api.easycron.com/v1/cron-job-groups/{cron_job_group_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-job-groups/{cron_job_group_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"}