shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/cursor <<EOF { "query" : "FOR p IN products REMOVE p IN products" } EOF HTTP/1.1 201 Created content-type: application/json; charset=utf-8 { "result" : [ ], "hasMore" : false, "cached" : false, "extra" : { "stats" : { "writesExecuted" : 2, "writesIgnored" : 0, "scannedFull" : 2, "scannedIndex" : 0, "filtered" : 0, "executionTime" : 0.0002491474151611328 }, "warnings" : [ ] }, "error" : false, "code" : 201 }