---
title: "Delete Vault"
method: DELETE
path: "/vaults/{vault_id}"
tags: ["Usage"]
---

# Delete Vault

`DELETE /vaults/{vault_id}`

Delete a vault.

Cleans up Postgres files AND TurboPuffer chunks. Order matters: drop
TurboPuffer first, then PG, then Mongo. If any step fails before the Mongo
delete, the vault row remains so the user can retry without losing
accounting state.

## Path parameters

- `vault_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/versions/d216ffc3efb6/schema)
