v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Vaults

Delete vault

Permanently deletes a vault and all its contents including documents, vectors, graph data, and S3 buckets. This operation cannot be undone. For large vaults, use the async=true query parameter to queue deletion in the background.

delete/vault/{id}

Path parameters

idstring required

Vault ID to delete

Query parameters

asyncboolean

If true and vault has many objects, queue deletion in background and return immediately

Response

Vault deleted successfully (or deletion queued if async)

successboolean
statusstring

Either 'deleted' or 'deletion_queued'