Removes the data stream options from a data stream.
Path parameters
-
A comma-separated list of data streams of which the data stream options will be deleted; use
*to get all data streams
DELETE
/_data_stream/{name}/_options
curl \
--request DELETE 'http://api.example.com/_data_stream/{name}/_options'
Response examples (200)
A successful response for deleting data stream options.
{
"acknowledged": true
}