Zum Hauptinhalt springen
POST
/
internal
/
invalidateCache
Invalidate cache entries by key pattern
curl --request POST \
  --url https://demo.enneo.ai/api/mind/internal/invalidateCache \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keys": [
    "<string>"
  ]
}
'
{
  "removed": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Body

application/json
keys
string[]

Keys or wildcard patterns to drop.

Antwort

200 - application/json

Successful operation

removed
integer

Number of cache entries dropped.