Skip to main content
DELETE
Delete Rag Index.

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Path Parameters

documentation_id
string
required

The id of a document from the knowledge base. This is returned on document addition.

Example:

"21m00Tcm4TlvDq8ikWAM"

rag_index_id
string
required

The id of RAG index of document from the knowledge base.

Example:

"21m00Tcm4TlvDq8ikWAM"

Response

Successful Response

id
string
required
model
enum<string>
default:e5_mistral_7b_instruct
required
Available options:
e5_mistral_7b_instruct,
multilingual_e5_large_instruct
status
enum<string>
required
Available options:
new,
created,
processing,
failed,
succeeded,
rag_limit_exceeded,
document_too_small,
cannot_index_folder
progress_percentage
number
required
document_model_index_usage
RAGDocumentIndexUsage · object
required