devops_pull_request_delete_comment
Delete a pull request comment by specifying repository, pull request ID, thread ID, and comment ID. Removes unwanted feedback from code reviews.
Instructions
Delete a comment from the specified pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | Thread ID. | |
| comment_id | Yes | Comment ID to delete. | |
| repository_id | Yes | Repository name or ID. | |
| pull_request_id | Yes | Pull request ID. |