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

16 lines
412 B
Plaintext

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