I’m using Integromat to parse a CSV file, check for updates and delete entries that don’t exist anymore. I need to run this every hour so it takes alot of Integromat operations to complete.
It would be easier if I just deleted all the records and created them every hour. Does anyone have a curl command or some script that can run to delete all records from one API call? I saw mention of “batching” but I don’t see that in the API.