-3

I resolved a conflict on Bitbucket in a pull request, but now I have two pull requests, and I can't delete them. Is there any other option?

  • 1
    Does this answer your question? [Is it possible to delete a pull-request on BitBucket?](https://stackoverflow.com/questions/64005844/is-it-possible-to-delete-a-pull-request-on-bitbucket) – TTT May 24 '21 at 16:41
  • This is related, but in my case this option is deactivated by the admins. – Guilherme Nunes May 24 '21 at 16:57
  • Looks like that answer covers both bitbucket server and cloud. – TTT May 24 '21 at 17:15

1 Answers1

0

Pull requests are not a feature of Git itself, but rather of hosting providers such as GitHub, GitLab, and Bitbucket.

If the provider has disabled closing / deleting an unwanted pull request, you'll have to get the provider themselves to do something about it. Git won't be able to assist here.

torek
  • 448,244
  • 59
  • 642
  • 775