added the delete api details to generic backend

documentation was missing this api description
This commit is contained in:
Raja Nadar 2016-01-25 23:56:33 -08:00
parent aede2fcb3e
commit 741c23cb4a
1 changed files with 25 additions and 0 deletions

View File

@ -191,3 +191,28 @@ seconds (one hour) as specified.
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>`/secret/<path>`</dd>
<dt>Parameters</dt>
<dd>
None
</dd>
<dt>Returns</dt>
<dd>
A `204` response code.
</dd>
</dl>