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)