Delete Vault
api/beta/vaults/delete
Nearest release: v2.1.245, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/beta/vaults/delete Changed · +9 / -16 lines
# Delete Vault ## Path parameters ## Headers ## Returns ## Example ### Response (200) ## Delete Vault ### Path Parameters ### Header Parameters ### Returns ### Example #### Response
---- -title: Delete Vault -url: https://platform.claude.com/docs/en/api/beta/vaults/delete ---- +# Delete Vault -## Delete Vault +**DELETE** `/v1/vaults/{vault_id}` -**delete** `/v1/vaults/{vault_id}` - Delete Vault -### Path Parameters +## Path parameters - `vault_id: string` -### Header Parameters +## Headers - `"anthropic-beta": optional array of AnthropicBeta`
- `"mid-conversation-tool-changes-2026-07-01"` -### Returns +## Returns -- `BetaManagedAgentsDeletedVault object { id, type }` +- `BetaManagedAgentsDeletedVault object` Confirmation of a deleted vault.
- `type: "vault_deleted"` - - `"vault_deleted"` +## Example -### Example - -```http +```bash curl https://api.anthropic.com/v1/vaults/$VAULT_ID \ -X DELETE \ -H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_API_KEY" ``` -#### Response +### Response (200) ```json {