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