Delete Comment On Pull Request

This API operation allows you to delete a specific comment from a pull request in a Bitbucket repository. By sending a DELETE request to the endpoint with the workspace identifier, repository slug, pull request ID, and comment ID, you can permanently remove a comment that was previously posted on a pull request. This is useful for moderating discussions, removing outdated information, or cleaning up spam or inappropriate comments from pull request conversations. The operation requires appropr...