Delete work item comment
delete_work_item_commentDelete an Azure Boards work item comment by specifying work item and comment IDs. Confirmation required to apply Azure DevOps author and permission rules.
Instructions
Soft-delete an Azure Boards work item comment. Azure DevOps author and permission rules apply. Requires write tools and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to perform the mutation. | |
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| commentId | Yes | Exact work item comment ID to delete. | |
| workItemId | Yes | Work item numeric ID. |