Hi I have tried to mass delete all ip’s from IP Access Rules but without success.
The augmentation mentions these ways for zones:
curl -X DELETE “https://api.cloudflare.com/client/v4/zones/xxx/firewall/rules?id=xxx”
-H “X-Auth-Email: [email protected]”
-H “X-Auth-Key: xxx” -H “X-Auth-Key: xxx” -H “X-Auth-Key: xxx”
-H “Content-Type: application/json” \
Anyway I can’t delete them all massively, I have a list of more than 28000.
Could you help me with the API parameters to mass delete them from all accounts?