Ability to remove MR approvers using API
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=6914) </details> <!--IssueSummary end--> ### Problem to solve From a customer using MR Approvers API... I was looking for an easier way to remove assigned reviewers from the merge request's reviewers list, using new assign approvers API provided in 10.6. I understand that we can list the reviewers using get mr info and then call modify by excluding the reviewer to be deleted. The team thinks its two-step process and see if we can get a single API to remove/delete reviewers from merge request. ### Proposal Include an API endpoint to easily remove an approver from an MR.
issue