Zum Hauptinhalt springen
DELETE
/
files
/
manager
/
file
Delete a file
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/files/manager/file \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "Audiodateien/musik.mp3"
}
'
{
  "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

Body

application/json
path
string
erforderlich
Beispiel:

"Audiodateien/musik.mp3"

Antwort

File deleted successfully

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true