delete_comment
Remove a comment from an item thread. Requires projectId, itemId, and commentId to permanently delete the specified comment.
Instructions
Delete a comment from an item thread. Destructive — confirm with the user before calling. Needs projectId, itemId and the commentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item id (from query_items / create_item) | |
| commentId | Yes | Comment id (from list_comments / add_comment) | |
| projectId | Yes | Project id (from list_projects / create_project) |