delete all indices elasticsearch code example
Example 1: elasticsearch delete index
DELETE /my-index-000001
Example 2: elastic drop index
curl -X DELETE "localhost:9200/my-index-000001?pretty"
DELETE /my-index-000001
curl -X DELETE "localhost:9200/my-index-000001?pretty"