Method: LabClient::GroupLabel#delete

Defined in:
lib/labclient/groups/labels/group_label.rb

#deleteObject



22
23
24
25
26
# File 'lib/labclient/groups/labels/group_label.rb', line 22

def delete
  group_id = collect_group_id

  client.groups.labels.delete(group_id, id)
end