Zum Hauptinhalt springen
DELETE
/
knowledgeSource
/
{id}
Delete knowledgeSource
curl --request DELETE \
  --url https://demo.enneo.ai/api/mind/knowledgeSource/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

id
integer
erforderlich

The id of the knowledgeSource to retrieve

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true