|
> curl --data @- -X PUT --dump - http://localhost:8529/_api/simple/remove-by-example
|
|
{ "collection" : "test", "example" : { "age" : 37, "likes" : "tennis" } }
|
|
|
|
HTTP/1.1 200 Ok
|
|
content-type: application/json
|
|
|
|
{
|
|
"code": 200,
|
|
"deleted": 4,
|
|
"error": false
|
|
}
|