Delete data stream options
Generally available; Added in 8.19.0
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' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response for deleting data stream options.
{
"acknowledged": true
}