Delete Comment from Airtable
n8n-nodes-base.httpRequest
Delete a comment from an Airtable record. Only the comment author or base admin can delete comments.
Use Cases
Remove unwanted comments
Clean up record discussions
Delete outdated notes
Configuration
Node Configuration Summary
Ready-to-use Airtable node configured for delete comment from airtable.
Copy and paste directly into your n8n workflow.
Method:
DELETE
Endpoint:
/v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}/comments/{{ $json.commentId }}
Nodes:
2
Auth:
HTTP Header Auth