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