elasticsearch - Delete an index in elastic search - elastic - elastic search - elasticsearch tutorial - elasticsearch docker
curl -XDELETE 'http://www.example.com:9200/myIndexName?pretty'
Clicking "Copy Code" button will copy the code into the clipboard - memory. Please paste(Ctrl+V) it in your destination. The code will get pasted. Happy coding from Wikitechy - elasticsearch - elasticsearch tutorial - elastic - elastic search - elasticsearch docker team
Output:
{ "acknowledged" : true }