delete_work_item_comment
Deletes a specific comment from a work item in Plane by supplying project, work item, and comment IDs. Removes unwanted or outdated comments to keep discussions relevant.
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 |