Created
May 6, 2022 08:26
-
-
Save diablo02000/c372ca0ab6f5d04c6e9c9bd0baa3445a to your computer and use it in GitHub Desktop.
Purge cache Akamai with API
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ http --headers --auth-type=edgegrid \ | |
-a default: POST ':/ccu/v3/delete/url/production' \ | |
objects:[email protected] | |
# `-a default` is the profile name, setup in .edgegrc file. | |
# the file `urls-to-delete-on-akamai.list` contain an array with a list of urls to delete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment