Skip to content

Delete a RAG document for an account

DELETE
/v1/adapters/llm/rag/document/{id}
curl --request DELETE \
--url https://example.com/v1/adapters/llm/rag/document/example \
--header 'Authorization: Bearer <token>'
id
required
string

RAG document id.

X-Account-Sid
string

Target account for principals broader than one account (tenant / account API key); account-scoped principals use their own.

Deleted

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}

Invalid request body or parameters

Media typeapplication/json

Flat error shape emitted by the RAG document, public models and admin registry handlers. details is present only on validation failures that carry per-field diagnostics.

object
error
required
string
details
string
Examplegenerated
{
"error": "example",
"details": "example"
}

Unauthorized

Forbidden

Bad gateway (upstream adapter error)