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
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

id
integer
required

The id of the knowledgeSource to retrieve

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true