RemoveDocumentsRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RemoveDocumentsRequestBody.jsondocumentUuidsstring[]nullablerequired
RAG document UUIDs to remove
RemoveDocumentsRequestBody
{
"$schema": "https://example.com/schemas/RemoveDocumentsRequestBody.json",
"documentUuids": "Unknown Type: array,null"
}