-
-
Save lmarquine/af5f7407c914f8cce28a53d6dbc93e18 to your computer and use it in GitHub Desktop.
Revisions
-
lucien144 created this gist
Jan 3, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash curl -X DELETE "https://api.cloudflare.com/client/v4/zones/{$ZONE_ID}/purge_cache" \ -H "X-Auth-Email: {$EMAIL}" \ -H "X-Auth-Key: {$API_KEY}" \ -H "Content-Type: application/json" \ --data '{"purge_everything":true}'