delete_firewall_rule
Remove a specific firewall rule on an OPNSense firewall by providing its UUID. Simplifies firewall rule management and enhances network security.
Instructions
Delete a firewall rule
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Firewall rule UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Firewall rule UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}