delete index elasticsearch curl code example
Example 1: elastic delete index
curl -X DELETE "localhost:9200/twitter?pretty"
Example 2: elasticsearch delete index
DELETE /my-index-000001
Example 3: elasticsearch curl to get delete indices
curl -XDELETE localhost:9200/shop/product/1
Example 4: elasticsearch curl to get delete indices
curl -XDELETE localhost:9200/index/type/documentID