Vaults
Delete vault object
Permanently deletes a document from the vault including all associated vectors, chunks, graph data, and the original file. This operation cannot be undone.
delete/vault/{id}/objects/{objectId}
Path parameters
idstring required
Vault ID
objectIdstring required
Object ID to delete
Query parameters
force'true'
Force delete a stuck document that is still in 'processing' state. Use this if a document got stuck during ingestion (e.g., OCR timeout).
Response
Object deleted successfully