1
0
Fork 0
arangodb/Documentation/Examples/api-simple-remove-by-example

12 lines
260 B
Plaintext

> 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
}