Elasticsearch 删除索引

示例

curl -XDELETE 'http://www.example.com:9200/myIndexName?pretty'

输出:

{
  "acknowledged" : true
}

参考链接:此处