curl --request DELETE \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id} \
--header 'Authorization: Bearer <token>'{}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.
curl --request DELETE \
--url https://apigcp.trynia.ai/v2/vaults/{vault_id} \
--header 'Authorization: Bearer <token>'{}Was this page helpful?