Skip to main content
POST
/
api
/
v1
/
admin
/
cache
/
evict
/
{cacheName}
Evict a specific cache
curl --request POST \
  --url http://localhost:3091/api/v1/admin/cache/evict/{cacheName} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

cacheName
string
required

Response

Cache evicted

{key}
string