Skip to main content
DELETE
/
vault
/
{vaultId}
Delete a vault item
curl --request DELETE \
  --url https://api.altostrat.io/vault/{vaultId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Path Parameters

vaultId
string
required

The prefixed ID of the vault item (e.g., vlt_...).

Response

The vault item was deleted successfully.