deleteRecords removes one or more records from the same table. Automate.ax
groups the IDs into Airtable’s 10-record delete requests.
Example
automations/delete-airtable-records.automation.ts
Inputs
Output
Returns{ deleted: true; id: string }[], one receipt per deleted record.