Skip to main content

RemoveDocumentsRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/RemoveDocumentsRequestBody.json
documentUuidsstring[]nullablerequired

RAG document UUIDs to remove

RemoveDocumentsRequestBody
{
"$schema": "https://example.com/schemas/RemoveDocumentsRequestBody.json",
"documentUuids": "Unknown Type: array,null"
}