curl --request DELETE \
--url https://demo.enneo.ai/api/mind/knowledgeSource/{id}
{
"success": true
}
Cookie-based authentication
The id of the knowledgeSource to retrieve
Successful operation
Data format of Enneo success messages
curl --request DELETE \
--url https://demo.enneo.ai/api/mind/knowledgeSource/{id}
{
"success": true
}