The object Tier-0 Interface '<Interface_Name>' cannot be deleted as either it has children or it is being referenced by other objects: Default: Locale Service 'default' (Error code: 500030)
VMware NSX
This issue occurs when the Tier-0 interface is a member of a High Availability (HA) VIP configuration.
In NSX, an HA VIP configuration references specific uplink interfaces to provide a floating IP address across Edge nodes. Even if the interface appears unused in other networking sections, the management plane protects the object because its UUID is explicitly registered in the ha_vip_configs section of the Tier-0 Gateway's advanced configuration.
The error message points to the Locale Service because it is the immediate parent object in the hierarchy, but the actual blocker is the functional dependency within the VIP settings.
This is a condition that may occur in a VMware NSX environment.
To successfully delete the interface, you must first remove it from the HA VIP configuration:
Workaround
If the UI is unresponsive or does not show the dependency, the interface can be removed from the HA VIP via the NSX Policy API by performing a PATCH request to the Tier-0 logical-router endpoint, ensuring the specific interface UUID is removed from the redundant_uplink_port_ids array.
TechDocs: Configure an HA VIP on a Tier-0 Gateway