# File lib/fog/baremetal/openstack/models/ports.rb, line 29
        def destroy(uuid)
          port = find_by_id(uuid)
          port.destroy
        end