elasticsearch/es-delete-doc

Delete Document

Delete a document by ID

elasticsearch
document
delete

Command

curl -X DELETE 'http://localhost:9200/my_index/_doc/1?pretty'

Examples

Delete user with ID=1

curl -X DELETE 'http://localhost:9200/users/_doc/1?pretty'