curl -XDELETE 'http://www.example.com:9200/myIndexName?pretty'
output:
{ "acknowledged" : true }
Reference Link: Here