delete_comment
Remove unwanted or outdated comments from Bitbucket pull requests by specifying repository, PR ID, and comment ID to maintain clean code review discussions.
Instructions
Delete a comment from a Pull Request.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID comment_id: ID of the comment to delete workspace: Bitbucket workspace (optional if configured)
Returns: Confirmation or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| comment_id | Yes | ||
| workspace | No |