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