# Delete data stream options **DELETE /_data_stream/{name}/_options** Removes the data stream options from a data stream. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **name** (string | array[string]) A comma-separated list of data streams of which the data stream options will be deleted. Use `*` to get all data streams ### Query parameters - **expand_wildcards** (string | array[string]) Whether wildcard expressions should get expanded to open or closed indices Supported values include: - `all`: Match any data stream or index, including hidden ones. - `open`: Match open, non-hidden indices. Also matches any non-hidden data stream. - `closed`: Match closed, non-hidden indices. Also matches any non-hidden data stream. Data streams cannot be closed. - `hidden`: Match hidden data streams and hidden indices. Must be combined with `open`, `closed`, or `both`. - `none`: Wildcard expressions are not accepted. - **master_timeout** (string) The period to wait for a connection to the master node. - **timeout** (string) The period to wait for a response. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)