DELETE
/
schedules
/
v1
/
cron-jobs
/
{id}
/
cURL
curl --request DELETE \
  --url https://api.cekura.ai/schedules/v1/cron-jobs/{id}/ \
  --header 'X-CEKURA-API-KEY: <api-key>'

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this cron job.

Response

204

No response body