Why we can't delete a Custom Firewall Rule via the API?

It stays as "Unused Filter" and disabled. But still there.

curl -s -X DELETE "https://api.cloudflare.com/client/v4/zones/$zone_id/firewall/rules/$rule_id" \
-H "Authorization: Bearer MY_TOKEN" \
-H "Content-Type: application/json")
Was this page helpful?