# File lib/fog/shared_file_system/openstack/models/networks.rb, line 21
        def destroy(id)
          net = find_by_id(id)
          net.destroy
        end