# File lib/gitlab/client/projects.rb, line 324 def remove_forked(project) delete("/projects/#{project}/fork") end