Method: Gitlab::Client::Projects#delete_project_custom_attribute
- Defined in:
- lib/gitlab/client/projects.rb
permalink #delete_project_custom_attribute(key, project_id = nil) ⇒ Boolean
Delete custom_attribute Will delete a custom_attribute
693 694 695 |
# File 'lib/gitlab/client/projects.rb', line 693 def delete_project_custom_attribute(key, project_id = nil) delete("/projects/#{project_id}/custom_attributes/#{key}") end |