1
0
Fork 0
arangodb/Documentation/Examples/RestDocumentHandlerDeleteDo...

16 lines
412 B
Plaintext

shell> curl -X DELETE --header 'If-Match: "2237355420"' --dump - http://localhost:8529/_api/document/products/2237027740
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
etag: "2237027740"
{
"error" : true,
"code" : 412,
"errorNum" : 1200,
"errorMessage" : "precondition failed",
"_id" : "products/2237027740",
"_rev" : "2237027740",
"_key" : "2237027740"
}