Unapprove Pull Request
This API operation removes a user's approval from a specific pull request in a Bitbucket repository. By sending a DELETE request to the endpoint with the workspace identifier, repository slug, and pull request ID, an authenticated user can retract their previously given approval for that pull request. This is useful when a reviewer needs to withdraw their approval due to new concerns, additional changes required, or if they want to re-review the code after new commits have been added. The ope...