# File lib/fog/libvirt/requests/compute/destroy_interface.rb, line 6
        def destroy_interface(uuid)
          client.lookup_interface_by_uuid(uuid).destroy
        end