{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Cache tag API", "version": "2" }, "items": [ { "info": { "name": "Cache tag", "type": "folder" }, "items": [ { "info": { "name": "Delete by cache tag", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/delete/tag/:network", "params": [ { "name": "network", "value": "", "type": "path", "description": "__Enum__ The network on which you want to invalidate or delete content, either `staging` or the default `production` network. If omitting this optional parameter, also omit any trailing slash from the shortened URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes content on the selected set of cache tags for the selected `network`. In most cases, you should [invalidate](https://techdocs.akamai.com/purge-cache/reference/post-invalidate-tag) rather than delete content. Invalidation keeps each object in cache until the version on your origin server is newer. Deletion retrieves the object regardless, which can dramatically increase the load on your origin server and would prevent Akamai from serving the old content if your origin is unreachable." }, { "info": { "name": "Invalidate by cache tag", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api-definitions/v2/invalidate/tag/:network", "params": [ { "name": "network", "value": "", "type": "path", "description": "__Enum__ The network on which you want to invalidate or delete content, either `staging` or the default `production` network. If omitting this optional parameter, also omit any trailing slash from the shortened URL." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invalidates content on the selected set of cache tags for the selected `network`. You should consider invalidating content by default. This keeps each object in cache until the version on your origin server is newer. Deletion retrieves the object regardless, which can dramatically increase the load on your origin server and would prevent Akamai from serving the old content if your origin is unreachable." } ] } ], "bundled": true }