Delete an index
Insert document into index
Retrieve document by ID
Delete a document by ID
curl -X DELETE 'http://localhost:9200/my_index/_doc/1?pretty'
Delete user with ID=1
curl -X DELETE 'http://localhost:9200/users/_doc/1?pretty'
Update an existing document
Delete a single document from a collection
Get overall Elasticsearch cluster health