# Delete anomaly jobs from a calendar **DELETE /_ml/calendars/{calendar_id}/jobs/{job_id}** ## Required authorization * Cluster privileges: `manage_ml` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **calendar_id** (string) A string that uniquely identifies a calendar. - **job_id** (string | array[string]) 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. ## Responses ### 200 #### Body: application/json (object) - **calendar_id** (string) A string that uniquely identifies a calendar. - **description** (string) A description of the calendar. - **job_ids** (string | array[string]) A list of anomaly detection job identifiers or group names. [Powered by Bump.sh](https://bump.sh)