示例:
DELETE /spring-elasticsearch-demo/person/1 HTTP/1.1
Host: localhost:9200
Content-Type: application/json
cache-control: no-cache
Postman-Token: 320dabe7-6fd8-4ba0-b6ec-50a914b29dc6
{
"_index": "spring-elasticsearch-demo",
"_type": "person",
"_id": "1",
"_version": 5,
"result": "deleted",
"_shards": {
"total": 2,
"successful": 2,
"failed": 0
},
"_seq_no": 4,
"_primary_term": 1
}
DELETE /spring-elasticsearch-demo/person/6 HTTP/1.1
Host: localhost:9200
Content-Type: application/json
cache-control: no-cache
Postman-Token: 460a2266-0a43-4498-af58-5f523f134bfa
{
"_index": "spring-elasticsearch-demo",
"_type": "person",
"_id": "6",
"_version": 1,