delete_bind_zone
Removes a BIND DNS zone from pfSense by its ID, permanently deleting all associated records. Use to clean up unused or outdated zones.
Instructions
Delete a BIND DNS zone by ID. WARNING: This is irreversible.
This will also remove all records within the zone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| zone_id | Yes | Zone ID (from search_bind_zones) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||