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

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Path Parameters

apiID
string
required

The API ID.

Response

Cache invalidated.

message
string
status
string