##Required authorization
- Cluster privileges:
manage_ml
Path parameters
-
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.
DELETE
/_ml/datafeeds/{datafeed_id}
Console
DELETE _ml/datafeeds/datafeed-total-requests
curl \
--request DELETE 'http://api.example.com/_ml/datafeeds/{datafeed_id}'
Response examples (200)
A successful response when deleting a datafeed.
{
"acknowledged": true
}