Zum Hauptinhalt springen
DELETE
/
knowledgeSource
/
filesConnector
/
folders
/
{id}
Delete a folder
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.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

Folder structure ID

Antwort

Folder deleted successfully

success
boolean
Beispiel:

true