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