Delete a filter Added in 5.4.0
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.
Path parameters
-
A string that uniquely identifies a filter.
DELETE /_ml/filters/{filter_id}
curl \
-X DELETE http://api.example.com/_ml/filters/{filter_id}
Response examples (200)
{
"acknowledged": true
}