+1 vote
in ElasticSearch by
How to delete an index in Elasticsearch?

1 Answer

0 votes
by

To delete an index in Elasticsearch, you have to create a query having DELETE as the request method and index name you want to delete.

  1. DELETE index name  

Related questions

0 votes
asked Jul 7, 2022 in ElasticSearch by sharadyadav1986
+1 vote
asked Jan 2 in MariaDB by john ganales
...