# File lib/gitlab/client/build_variables.rb, line 62 def remove_variable(project, key) delete("/projects/#{project}/variables/#{key}") end