delete_target_list
Remove specific target lists by ID from Firewalla MCP server to streamline network security management and maintain accurate rule configurations.
Instructions
Delete a target list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Target list ID to delete (required) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Target list ID to delete (required)",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}