Skip to content

Reset third party API cache

Reset cache of Third party APIs

Reset Third party API cache using global object 'g'.

1
2
3
4
await g.sys.cache.resetCacheThirdPartyApis({
    "apiBundleName": "bundle_name",
    "apiVersionName": "api_version_name"
});