Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/indices/delete-component-template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ privilege>> to use this API.
==== {api-description-title}

Use the delete component template API to delete one or more component templates
Component templates are building blocks for constructing <<index-templates,index templates>>
that specify index mappings, settings, and aliases.
Component templates are building blocks for constructing <<index-templates,index templates>>
that specify index mappings, settings, and aliases.

[[delete-component-template-api-path-params]]
==== {api-path-parms-title}

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=component-template]

The name of the component template to delete. Wildcard (`*`)
expressions are supported.

[[delete-component-template-api-query-params]]
==== {api-query-parms-title}
Expand Down
3 changes: 1 addition & 2 deletions docs/reference/indices/delete-index-template-v1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ privilege>> to use this API.

`<legacy-index-template>`::
(Required, string)
Comma-separated list of legacy index templates to delete. Wildcard (`*`)
The name of the legacy index template to delete. Wildcard (`*`)
expressions are supported.


[[delete-template-api-v1-query-params]]
==== {api-query-parms-title}

Expand Down
8 changes: 4 additions & 4 deletions docs/reference/indices/delete-index-template.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ privilege>> to use this API.
==== {api-description-title}

Use the delete index template API to delete one or more index templates.
Index templates define <<index-modules-settings,settings>>, <<mapping,mappings>>,
and <<indices-aliases,aliases>> that can be applied automatically to new indices.
Index templates define <<index-modules-settings,settings>>, <<mapping,mappings>>,
and <<indices-aliases,aliases>> that can be applied automatically to new indices.


[[delete-template-api-path-params]]
==== {api-path-parms-title}

include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-template]

The name of the index template to delete. Wildcard (`*`)
expressions are supported.

[[delete-template-api-query-params]]
==== {api-query-parms-title}
Expand Down