curl --request DELETE \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Deletes a folder and all its contents recursively. For each contained file article, calls KnowledgeSource::delete() and emits a knowledgeSourceChanged action=delete event so Cortex removes the vectors. Sub-folders are also deleted.
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/knowledgeSource/filesConnector/folders/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.