cloudflare-dns-mcp_delete_page_rule
Delete a Cloudflare page rule by specifying the zone name and rule ID to manage DNS, security, or redirection settings efficiently.
Instructions
Delete a page rule by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
rule_id | Yes | ||
zone_name | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"rule_id": {
"type": "string"
},
"zone_name": {
"type": "string"
}
},
"required": [
"zone_name",
"rule_id"
],
"type": "object"
}