remove_reviewer
Remove a reviewer from a Bitbucket pull request to update the review team when changes are needed in the approval process.
Instructions
Remove a reviewer from a Pull Request.
Args: repo_slug: Repository slug (name) pr_id: Pull Request ID reviewer: UUID or account_id of the reviewer to remove workspace: Bitbucket workspace (optional if configured)
Returns: Updated reviewer list or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pr_id | Yes | ||
| reviewer | Yes | ||
| workspace | No |