Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
DELETE /v1/documents/{doc_id} removes all indexed chunks for a document from your tenant’s OpenSearch index. The deletion is scoped exclusively to your tenant’s index — no wildcard across other tenants.
Path parameter
The document UUID returned by
POST /v1/documents/upload.Query parameter
Your tenant UUID. Scopes the delete to your index only.
Response
The deleted document UUID.
Number of chunks removed from the index.
deletedExamples
Error responses
| Code | Reason |
|---|---|
404 | Document not found in this tenant’s index |
503 | Document index not provisioned for this tenant |

