IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete datafeeds API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Delete datafeeds API
editDeletes an existing datafeed.
Request
editDELETE _ml/datafeeds/<feed_id>
Prerequisites
edit-
Unless you use the
forceparameter, you must stop the datafeed before you can delete it. -
If the Elasticsearch security features are enabled, you must have
manage_mlormanagecluster privileges to use this API. See Security privileges.
Path parameters
edit-
<feed_id> - (Required, string) A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.
Query parameters
edit-
force - (Optional, boolean) Use to forcefully delete a started datafeed; this method is quicker than stopping and deleting the datafeed.
Examples
editDELETE _ml/datafeeds/datafeed-total-requests
When the datafeed is deleted, you receive the following results:
{
"acknowledged": true
}