cURL
curl --request DELETE \ --url https://{tenant}/api/cache/jwks/{apiId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "status": "<string>" }
Invalidate JWKS cache for the given API.
The Tyk Dashboard API Access Credentials
The API ID.
Cache invalidated.
Was this page helpful?