Delete an Item
DELETE /vaults/{vaultUuid}/items/{itemUuid}
DELETE
/vaults/{vaultUuid}/items/{itemUuid}
Authorizations
Parameters
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
204
Successfully deleted an item
401
Invalid or missing token
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
403
Unauthorized access
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Example
404
Item not found
object
message
A message detailing the error
string
status
HTTP Status Code
integer
Examples
Vault not found