Delete filters APIedit

Deletes a filter.

Requestedit

DELETE _ml/filters/<filter_id>

Prerequisitesedit

Requires the manage_ml cluster privilege. This privilege is included in the machine_learning_admin built-in role.

Descriptionedit

This 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 parametersedit

<filter_id>
(Required, string) A string that uniquely identifies a filter.

Examplesedit

DELETE _ml/filters/safe_domains

When the filter is deleted, you receive the following results:

{
  "acknowledged": true
}