Method: ATSD::EntityGroupsService#delete
- Defined in:
- lib/atsd/services/entity_groups_service.rb
#delete(entity_group) ⇒ self
Note:
Entities that are members of the group are retained.
Delete the entity group.
74 75 76 77 |
# File 'lib/atsd/services/entity_groups_service.rb', line 74 def delete(entity_group) @client.entity_groups_delete(name_for_entity_group(entity_group)) self end |