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": "<string>",
  "status": "<string>"
}

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