You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying delete a merge request, but I get status code 405: gl = gitlab.Gitlab(<url>, <token>) project = gl.projects.get(5259) project.mergerequests.delete(8231)
However if I do with curl (/api/v3/projects/5259/merge_requests/8231), it works like a charm.