remove_from_ipv6_address_list
Delete an IPv6 address from a MikroTik firewall address-list by matching list name and address. Preview the removal first, then confirm to apply it.
Instructions
Remove the entry matching list_name+address from an IPv6
firewall address-list (/ipv6/firewall/address-list). Mirrors
remove_from_address_list on the IPv6 menu.
address must be IPv6 (an IPv4 address/subnet is rejected before
the device is ever touched).
WRITE tool, guarded: blocked entirely unless the server is running
with MIKROTIK_ALLOW_WRITE=true. Call with confirm=False (the
default) to get a preview of what would be removed; call again with
confirm=True to actually remove it. Errors clearly if no entry
matches list_name+address. Also errors clearly if the ipv6
package is disabled on the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| confirm | No | ||
| list_name | Yes | ||
| device_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||