vibo_delete_section_comment
Delete a comment from a timeline section. Requires confirmation to execute; returns a preview without it.
Instructions
Delete a comment on a timeline section. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| eventId | Yes | Event id. | |
| commentId | Yes | Comment _id to delete. | |
| sectionId | Yes | Section id (from vibo_list_sections). |