Delete anomaly jobs from a calendar Added in 6.2.0
Path parameters
-
A string that uniquely identifies a calendar.
-
An identifier for the anomaly detection jobs. It can be a job identifier, a group name, or a comma-separated list of jobs or groups.
DELETE /_ml/calendars/{calendar_id}/jobs/{job_id}
curl \
-X DELETE http://api.example.com/_ml/calendars/{calendar_id}/jobs/{job_id}