# File lib/fog/compute/openstack/requests/delete_aggregate.rb, line 5
        def delete_aggregate(uuid)
          request(
            :expects => [200, 202, 204],
            :method  => 'DELETE',
            :path    => "os-aggregates/#{uuid}"
          )
        end