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