vibo_delete_song_comment
Remove a comment from a song in your Vibo event. Requires confirmation to prevent accidental deletion.
Instructions
Delete a comment on a song. Confirm-gated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| songId | Yes | Song _id (from vibo_get_section_songs). | |
| 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. |