Delete index template
Deletes an index template.
DELETE /_index_template/my-index-template
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.
-
If the {es} {security-features} are enabled, you must have the
manage_index_templates
ormanage
cluster privilege to use this API.