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