| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | [role="xpack"][testenv="platinum"][[ml-delete-datafeed]]= Delete {dfeeds} API[subs="attributes"]++++<titleabbrev>Delete {dfeeds}</titleabbrev>++++Deletes an existing {dfeed}.[[ml-delete-datafeed-request]]== {api-request-title}`DELETE _ml/datafeeds/<feed_id>`[[ml-delete-datafeed-prereqs]]== {api-prereq-title}* Unless you use the `force` parameter, you must stop the {dfeed} before youcan delete it.* If the {es} {security-features} are enabled, you must have `manage_ml` or`manage` cluster privileges to use this API. See<<security-privileges>> and {ml-docs-setup-privileges}.[[ml-delete-datafeed-path-parms]]== {api-path-parms-title}`<feed_id>`::(Required, string)include::{es-repo-dir}/ml/ml-shared.asciidoc[tag=datafeed-id][[ml-delete-datafeed-query-parms]]== {api-query-parms-title}`force`::(Optional, boolean) Use to forcefully delete a started {dfeed}; this method isquicker than stopping and deleting the {dfeed}.[[ml-delete-datafeed-example]]== {api-examples-title}[source,console]--------------------------------------------------DELETE _ml/datafeeds/datafeed-total-requests--------------------------------------------------// TEST[skip:setup:server_metrics_datafeed]When the {dfeed} is deleted, you receive the following results:[source,console-result]----{  "acknowledged": true}----
 |