notes_delete_comment
Permanently remove a comment from a note using its note ID and comment UUID. Use this to delete inappropriate or duplicate comments.
Instructions
Delete a comment from a note.
Permanently removes a comment from a note.
Workflow tips:
This action cannot be undone
Both note id and comment_id are required
comment_id is a UUID, not a number
Use notes_list_comments to find the comment_id
Deleted comments cannot be recovered
Common use cases:
Remove comment: { "id": 123, "comment_id": "uuid-here" }
Clean up inappropriate comments
Remove duplicate or incorrect comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note (required) | |
| comment_id | Yes | UUID of the comment to delete (required) |