cURL
curl --request DELETE \ --url https://{tenant}/tyk/cache/jwks \ --header 'X-Tyk-Authorization: <api-key>'
{ "message": "cache invalidated", "status": "ok" }
Invalidate JWK cache for all APIs.
Api key
Cache invalidated.
Was this page helpful?