macro_delete
Remove a saved macro from the OPNSense MCP Server by specifying its unique ID, streamlining firewall and VLAN management processes.
Instructions
Delete a saved macro
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Macro ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Macro ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}