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