Skip to main content
DELETE
/
vaults
/
{vaultUuid}
/
items
/
{itemUuid}
Delete an Item
curl --request DELETE \
  --url http://localhost:8080/v1/vaults/{vaultUuid}/items/{itemUuid} \
  --header 'Authorization: Bearer <token>'
{
  "status": 401,
  "message": "Invalid token signature"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vaultUuid
string
required

The UUID of the Vault the item is in

Pattern: ^[\da-z]{26}$
itemUuid
string
required

The UUID of the Item to update

Pattern: ^[\da-z]{26}$

Response

Successfully deleted an item