@Roy L thanks for the recommendation, that works great. The only issue I'm running into is that the deletion script seems to be "randomly" (I'm sure it's not random; I'm just not a coder so I don't really know how Map/Reduce works) selecting the records to delete. Which is a problem in my use case because these records are all linked together so they need to be deleted in a certain order. For that reason, I had the search the Techfino bundle references sorted by the order the records need to be deleted. Any ideas on how to get it to respect that?