Mass delete via API or CRM

Mass delete via API or CRM

So I am testing a script and as happens occasionally I made a mistake with a LOOP in the code.

This error resulted in about 10,000 records being added that I wanted to delete.  The problem is there is no way to do a MASS deletion of records.  The mass deletion in the CRM only allows me to delete 100 records at a time (Extremely tedious). 

I think one of two things needs to happen, either a DELETE API that allows you to delete multiple records based on a search criteria or at last be able to feed it an XML file with multiple Record IDs. 

Or an easier solution is simply add more intervals to the MASS DELETE functionality in Zoho.  Such as 250, 500, 1000, 5,000, 10,000

I am sure I am not the only person who has done this before.