added the delete api details to cubbyhole

cubbyhole delete api details were missing. added them.
This commit is contained in:
Raja Nadar 2016-01-25 23:47:33 -08:00
parent aede2fcb3e
commit 64c9eb969d
1 changed files with 25 additions and 0 deletions

View File

@ -165,3 +165,28 @@ As expected, the value previously set is returned to us.
A `204` response code.
</dd>
</dl>
#### DELETE
<dl class="api">
<dt>Description</dt>
<dd>
Deletes the secret at the specified location.
</dd>
<dt>Method</dt>
<dd>DELETE</dd>
<dt>URL</dt>
<dd>`/cubbyhole/<path>`</dd>
<dt>Parameters</dt>
<dd>
None
</dd>
<dt>Returns</dt>
<dd>
A `204` response code.
</dd>
</dl>