Logo
Akamai APIs API Documentation

CP code

Number of APIs: 2


1. Delete by CP code

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

Deletes content on the selected CP code 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 CP code

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

Invalidates content on the selected CP code 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