diff --git a/pages/Riak/Developers/Client-Implementation-Guide/HTTP-API/HTTP-Delete-Object.md b/pages/Riak/Developers/Client-Implementation-Guide/HTTP-API/HTTP-Delete-Object.md index 8c597d5..c3051a2 100644 --- a/pages/Riak/Developers/Client-Implementation-Guide/HTTP-API/HTTP-Delete-Object.md +++ b/pages/Riak/Developers/Client-Implementation-Guide/HTTP-API/HTTP-Delete-Object.md @@ -23,6 +23,13 @@ before returning a successful response ## Response +
Client ID
+

All requests to Riak <1.0 or Riak 1.0 without `vnode_vclocks` enabled +should include the `X-Riak-ClientId` header, which can be any string that +uniquely identifies the client, for purposes of tracing object modifications in +the [[vector clock|Vector Clocks]].

+
+ Normal response codes: * `204 No Content` @@ -56,4 +63,4 @@ $ curl -v -X DELETE http://127.0.0.1:8098/riak/test/test2 < * Connection #0 to host 127.0.0.1 left intact * Closing connection #0 -``` \ No newline at end of file +```