New

The executive guide to generative AI

Read more

Delete data stream API

edit

Deletes one or more data streams and their backing indices. See Delete a data stream.

DELETE /_data_stream/my-data-stream

Request

edit

DELETE /_data_stream/<data-stream>

Path parameters

edit
<data-stream>
(Required, string) Comma-separated list of data streams to delete. Wildcard (*) expressions are supported.
Was this helpful?
Feedback