# File lib/fog/network/openstack/models/network.rb, line 35 def destroy requires :id service.delete_network(id) true end