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
DELETE
/_ml/filters/{filter_id}
Console
DELETE _ml/filters/safe_domains
curl \
--request DELETE 'http://api.example.com/_ml/filters/{filter_id}'
Response examples (200)
A successful response when deleting a filter.
{
"acknowledged": true
}