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