Skip to main content
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.
Deleting an Airtable record is permanent.