Logo
Akamai APIs API Documentation

Cache tag

Number of APIs: 2


1. Delete by cache tag

POST https://{{host}}/ccu/v3/delete/tag/:network

Deletes content on the selected set of cache tags for the selected network. In most cases, you should invalidate 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.



2. Invalidate by cache tag

POST https://{{host}}/ccu/v3/invalidate/tag/:network

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.



ENDPOINTS