airtable.deleteRecordComment permanently deletes one record comment.
automations/delete-airtable-comment.automation.ts
baseId, table, recordId, and commentId are required. Returns { id, deleted: true }. Non-admin API users can delete only comments they created. Requires data.recordComments:write.