Delete Record from Airtable
n8n-nodes-base.httpRequest
Delete a single record from an Airtable table by its record ID. This action is permanent and cannot be undone.
Use Cases
Remove obsolete records
Clean up test data
Delete records from workflows
Configuration
Node Configuration Summary
Ready-to-use Airtable node configured for delete record from airtable.
Copy and paste directly into your n8n workflow.
Method:
DELETE
Endpoint:
/v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}
Nodes:
2
Auth:
HTTP Header Auth