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