NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Delete filter API
editDelete filter API
editDeletes a filter.
Request
editDELETE _xpack/ml/filters/<filter_id>
Description
editThis API deletes a filter. If a machine learning job references the filter, you cannot delete the filter. You must update or delete the job before you can delete the filter.
Path Parameters
edit-
filter_id
(required) - (string) Identifier for the filter.
Authorization
editYou must have manage_ml
, or manage
cluster privileges to use this API.
For more information, see Security privileges.
Examples
editThe following example deletes the safe_domains
filter:
DELETE _xpack/ml/filters/safe_domains
When the filter is deleted, you receive the following results:
{ "acknowledged": true }