Command
curl -X DELETE 'http://localhost:9200/my_index?pretty'
Examples
Delete users index
curl -X DELETE 'http://localhost:9200/users?pretty'
curl -X DELETE 'http://localhost:9200/my_index?pretty'
Delete users index
curl -X DELETE 'http://localhost:9200/users?pretty'