deleteRecord permanently removes one Airtable record and returns Airtable’s
deletion receipt.
Example
automations/delete-airtable-record.automation.ts
Inputs
Output
Returns{ deleted: true; id: string }, where id is the deleted record ID.
Permanently delete one Airtable record by ID.
deleteRecord permanently removes one Airtable record and returns Airtable’s
deletion receipt.
{ deleted: true; id: string }, where id is the deleted record ID.