IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Delete Datafeeds

edit

The delete datafeed API enables you to delete an existing datafeed.

Request

edit

DELETE _xpack/ml/datafeeds/<feed_id>

Description

edit

You must stop the datafeed before you can delete it.

Path Parameters

edit
feed_id (required)
(string) Identifier for the datafeed

Authorization

edit

You must have manage_ml, or manage cluster privileges to use this API. For more information, see Cluster Privileges.

Examples

edit

The following example deletes the datafeed-it-ops datafeed:

DELETE _xpack/ml/datafeeds/datafeed-it-ops

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

{
  "acknowledged": true
}