Delete Pull Request Comment
delete_pull_request_commentRemove a specific comment from a pull request in a Bitbucket repository. Specify the repository, pull request ID, and comment ID to permanently delete it.
Instructions
Delete a comment on a pull request.
Args: repo_slug: Repository slug pull_request_id: Pull request ID comment_id: Comment ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |