bitrix24_task_comment_delete
Delete a Bitrix24 task comment by providing its ID. Only the comment author or administrators can remove comments, which are then replaced with a deletion placeholder.
Instructions
Delete a Bitrix24 task comment by ID. Pass the comment ID returned by bitrix24_task_comment_add. The deleted comment is replaced by a «Это сообщение было удалено» placeholder in the task chat. Only the author or admins can delete. Internally calls im.message.delete (same reason as comment_update — direct task.commentitem.delete is action-not-allowed via webhook scope).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commentId | Yes | Comment ID returned by bitrix24_task_comment_add (same as IM message ID) |