curl --request GET \
--url https://demo.enneo.ai/api/mind/internal/cache/invalidateUser/{userId}
{
"success": true
}
Cookie-based authentication
The id of the user
Successful operation
Data format of Enneo success messages
curl --request GET \
--url https://demo.enneo.ai/api/mind/internal/cache/invalidateUser/{userId}
{
"success": true
}