Skip to main content
DELETE
/
api
/
cache
/
jwks
/
{apiId}
Invalidate cache for given API ID.
curl --request DELETE \
  --url https://{tenant}/api/cache/jwks/{apiId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success",
  "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

Authorization
string
header
required

The Tyk Dashboard API Access Credentials

Path Parameters

apiId
string
required

The API ID.

Response

Cache invalidated.

message
string
status
string