Method: Gitlab::Client::Groups#delete_group_custom_attribute
- Defined in:
- lib/gitlab/client/groups.rb
permalink #delete_group_custom_attribute(key, group_id = nil) ⇒ Boolean
Delete custom_attribute Will delete a custom_attribute
320 321 322 |
# File 'lib/gitlab/client/groups.rb', line 320 def delete_group_custom_attribute(key, group_id = nil) delete("/groups/#{group_id}/custom_attributes/#{key}") end |