# File lib/fog/compute/openstack/models/aggregate.rb, line 51 def destroy requires :id service.delete_aggregate(id) true end