[API] Delete Note from MR
am i right that there is no way to delete a comment from an MR via API?.
i would love to see a API endpoint doing this:
DELETE on /projects/#{project}/merge_requests/#{id}/notes/#{note_id}
- delete the note with ID from an MR.
reference on github (api gem):https://github.com/NARKOZ/gitlab/pull/178