cloudflare-dns-mcp_delete_security_rule
Remove a firewall security rule by specifying the zone name and rule ID, ensuring precise management of your Cloudflare DNS and security settings.
Instructions
Delete a firewall security rule
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"
}