Delete an Item
DELETE /vaults/{vaultUuid}/items/{itemUuid}
DELETE
/vaults/{vaultUuid}/items/{itemUuid}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” vaultUuid
required
string
The UUID of the Vault the item is in
itemUuid
required
string
The UUID of the Item to update
Responses
Section titled “ Responses ”Successfully deleted an item
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{ "message": "Invalid token signature", "status": 401}
Unauthorized access
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
{ "message": "vault {vaultUuid} is not in scope", "status": 403}
Item not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Examples
Vault not found
{ "message": "vault {vaultUuid} not found", "status": 404}