# File lib/fog/profitbricks/models/compute/load_balancer.rb, line 109
        def remove_nic_association(nic_id)
          requires :datacenter_id, :id

          service.remove_nic_association(datacenter_id, id, nic_id)

          true
        end