I want to delete all the documents indexed within a type in Elasticsearch, using the HTTP/REST api, but I don\'t want to delete the mapping for this type
How can I build
use:
curl -XDELETE 'http://{server}/{index_name}/{type_name}/'
(as in documentation)