vibo_delete_song_comment
Delete a comment from a song in your event's music list. Requires explicit confirmation to proceed, preventing accidental removal.
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. |