Delete a filter
DELETE
/_ml/filters/{filter_id} If an anomaly detection job references the filter, you cannot delete the filter. You must update or delete the job before you can delete the filter.
Required authorization
- Cluster privileges:
manage_ml
Parameters
path Path Parameters
| Name | Type |
|---|---|
filter_id
required
A string that uniquely identifies a filter. | type TypesId = string |
Responses
200 application/json
interface TypesAcknowledgedResponseBase {
acknowledged: boolean;
}
acknowledged: boolean;
}