Skip to main content
DELETE
/
workflows
/
vault
/
{vaultId}
Delete a vault item
curl --request DELETE \
  --url https://v1.api.altostrat.io/workflows/vault/{vaultId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.