1
0
Fork 0
arangodb/Documentation/Examples/rest-delete-document-if-mat...

11 lines
253 B
Plaintext

> curl -X DELETE '-H if-match: "31098669"' --dump - http://localhost:8529/_api/document/73482/31098670
HTTP/1.1 412 Precondition Failed
content-type: application/json; charset=utf-8
{
"_rev": "31098670",
"_id": "73482/31098670",
"error": true
}