Skip to main content
GET
/
internal
/
cache
/
clear
Clear cache
curl --request GET \
  --url https://demo.enneo.ai/api/mind/internal/cache/clear \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "removed": {
    "memcached": 123,
    "database": 123
  }
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true

removed
object