# File lib/docker/network.rb, line 21
  def remove(opts = {})
    connection.delete(path_for, opts)
    nil
  end