delete_page_rule
Delete a page rule by its ID. Requires confirm:true to actually execute; without it, returns a non-executing preview.
Instructions
Delete a page rule by ID. Requires confirm:true (human-approval gate); without it returns a preview only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | The Cloudflare zone ID (32-char hex). Get it from list_zones. | |
| rule_id | Yes | Page rule ID (from list_page_rules). | |
| confirm | No | Human-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve before this is set to true. |