{% extends "generic/object.html" %} {% block content %} {% include "netbox_kea/includes/persist_config_warning.html" %}
Delete Pool from DHCPv{{ dhcp_version }} Subnet {{ subnet_id }}

Are you sure you want to remove pool {{ pool }} from DHCPv{{ dhcp_version }} subnet {{ subnet_id }}?

Clients currently using addresses in this pool will lose their leases on next renewal. This action cannot be undone.

{% csrf_token %}
Cancel
{% endblock %}