Skip to content

Files

Latest commit

 

History

History
64 lines (47 loc) · 1.52 KB

delete-index-template.asciidoc

File metadata and controls

64 lines (47 loc) · 1.52 KB

Delete index template API

Delete index template

Deletes an index template.

DELETE /_index_template/my-index-template

{api-request-title}

DELETE /_index_template/<index-template>

The provided <index-template> may contain multiple template names separated by a comma. If multiple template names are specified then there is no wildcard support and the provided names should match completely with existing templates.

{api-prereq-title}

  • If the {es} {security-features} are enabled, you must have the manage_index_templates or manage cluster privilege to use this API.

{api-description-title}

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