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