delete_dhcp_custom_option
Permanently remove a DHCP custom option from pfSense by providing its option ID. Irreversible deletion that frees the option for reconfiguration.
Instructions
Delete a DHCP custom option by ID. WARNING: This is irreversible.
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. | |
| option_id | Yes | Custom option ID (from search_dhcp_custom_options) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||