To list all indexes use this:
curl -X GET “localhost:9200/_cat/indices?v”
To delete an Index use this:
curl -X DELETE “localhost:9200/yourindex”
To list all indexes use this:
curl -X GET “localhost:9200/_cat/indices?v”
To delete an Index use this:
curl -X DELETE “localhost:9200/yourindex”