# File lib/fog/compute/openstack/models/aggregates.rb, line 19
        def destroy(id)
          aggregate = find_by_id(id)
          aggregate.destroy
        end