Delete index:

REST Service:

$ curl -XDELETE 'http://localhost:9200/<indexname&gt;'

Delete a type in index:

REST Service :

$ curl -XDELETE 'http://localhost:9200/<indexname>/<typename&gt;'

Delete a particular document:

REST Service :

$ curl -XDELETE 'http://localhost:9200/<indexname>/<typename>/<documentId&gt;'

results matching ""

    No results matching ""