bitbucket_delete_pr_comment
Delete a specific comment from a Bitbucket pull request by providing repository name, pull request ID, and comment ID.
Instructions
Delete a comment from a Bitbucket pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| repoName | Yes | Repository name | |
| commentId | Yes | The comment ID to delete |