1.请求方式:PUT

2.请求URL: 

http://127.0.0.1:9200/_delete

3.响应信息:

{
    "acknowledged": true
}

【Elasticsearch Rest API版】删除所有索引_mysql