Skip to main content
DELETE
/
tyk
/
cache
/
jwks
Invalidate JWK cache for all APIs
curl --request DELETE \
  --url https://{tenant}/tyk/cache/jwks \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "message": "cache invalidated",
  "status": "ok"
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Response

Cache invalidated.

message
string
status
string