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