I want to refresh my airtable tables from an SQL DB once a day, thus I want to delete all records in a table, then reload.
I know I can use curl, to load them, and i’ve got that to work, but i’m not sure
of the most efficient way to delete all record...