delete_work_item_comment
Delete a comment on a work item by specifying the project, work item, and comment IDs.
Instructions
Delete a comment for a work item.
Args: project_id: UUID of the project work_item_id: UUID of the work item comment_id: UUID of the comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | ||
| project_id | Yes | ||
| work_item_id | Yes |