Decline Pull Request

This API endpoint allows an authorized user to decline an open pull request in a Bitbucket repository by making a POST request to the specified path with the workspace name, repository slug, and pull request ID as parameters. When invoked, it marks the pull request as declined, effectively rejecting the proposed changes without merging them into the target branch. The operation requires appropriate permissions and can only be performed on pull requests that are in an open state. Upon successf...