cascade
property to specify that you wish to delete similar rules in other zones managed by the same zone owner.none
, which will only delete the current rule. Using basic
will delete rules that match the same action (mode) and configuration, while using aggressive
will delete rules that match the same configuration.{
"cascade": "none"
}
curl --location --request DELETE 'https://api.cloudflare.com/client/v4/zones//firewall/access_rules/rules/' \
--header 'Content-Type: application/json' \
--data-raw '{
"cascade": "none"
}'
{
"errors": [],
"messages": [],
"result": {
"id": "92f17202ed8bd63d69a66b86a49a8f6b"
},
"success": true
}