##Required authorization
- Cluster privileges:
manage_ml
DELETE
/_ml/calendars/{calendar_id}/jobs/{job_id}
Console
DELETE _ml/calendars/planned-outages/jobs/total-requests
curl \
--request DELETE 'http://api.example.com/_ml/calendars/{calendar_id}/jobs/{job_id}'
Response examples (200)
A successful response when deleting an anomaly detection job from a calendar.
{
"calendar_id": "planned-outages",
"job_ids": []
}