I use the API and Google Apps Script to
/{collectionName}:create
to add 100000 records.
I also use
/{collectionName}:list
to get the IDs of all records and then delete them line by line using
/{collectionName}:destroy
to delete all records.
This method is terribly time consuming. Is there a faster API or GUI method?
Thanks in advance.