GET
/
internal
/
cache
/
clear
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/cache/clear
{
  "success": true,
  "removed": {
    "memcached": 123,
    "database": 123
  }
}

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Response

200
application/json
Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

removed
object