diff --git a/docs/reference/indices/delete-index.asciidoc b/docs/reference/indices/delete-index.asciidoc index 69cc8d7b33a3a..1e081eba62da0 100644 --- a/docs/reference/indices/delete-index.asciidoc +++ b/docs/reference/indices/delete-index.asciidoc @@ -30,17 +30,14 @@ or `manage` <> for the target index. ``:: + -- -(Request, string) Comma-separated list or wildcard expression of indices to -delete. - -In this parameter, wildcard expressions match only open, concrete indices. You -cannot delete an index using an <>. - -To delete all indices, use `_all` or `*` . To disallow the deletion of indices -with `_all` or wildcard expressions, change the -`action.destructive_requires_name` cluster setting to `true`. You can update -this setting in the `elasticsearch.yml` file or using the -<> API. +(Required, string) Comma-separated list of indices to delete. You cannot specify +<>. + +By default, this parameter does not support wildcards (`*`) or `_all`. To use +wildcards or `_all`, change the `action.destructive_requires_name` setting to +`false`. You can update this setting in the `elasticsearch.yml` file or using +the <> API. Wildcard patterns +only match open, concrete indices. NOTE: You cannot delete the current write index of a data stream. To delete the index, you must <> the data stream so a new