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