Deletes a comment from a record. Non-admin API users can only delete comments they have created. Enterprise Admins can delete any comment from a record.
Comments
Delete comment
delete
https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments/{rowCommentId}
Authentication | Personal access token, OAuth integration |
Scope | data.recordComments:write |
User role | Base commenter |
Billing plans | All plans |
Request (example)
Copy
$curl -X DELETE "https://api.airtable.com/v0/{baseId}/{tableIdOrName}/{recordId}/comments/{rowCommentId}" \-H "Authorization: Bearer YOUR_TOKEN"
200 – Response (example)
{"deleted": true,"id": "comB5z37Mg9zaEPw6"}