Class DeleteGroupRequest (2.19.2)

DeleteGroupRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The DeleteGroup request. The default behavior is to be able to delete a single group without any descendants.

Attributes

NameDescription
name str
Required. The group to delete. The format is: :: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
recursive bool
If this field is true, then the request means to delete a group with all its descendants. Otherwise, the request means to delete a group only when it has no descendants. The default value is false.