delete_group
(**kwargs)¶Delete a group within an identity store given GroupId
.
See also: AWS API Documentation
Request Syntax
response = client.delete_group(
IdentityStoreId='string',
GroupId='string'
)
[REQUIRED]
The globally unique identifier for the identity store.
[REQUIRED]
The identifier for a group in the identity store.
dict
Response Syntax
{}
Response Structure
Exceptions
IdentityStore.Client.exceptions.ResourceNotFoundException
IdentityStore.Client.exceptions.ThrottlingException
IdentityStore.Client.exceptions.AccessDeniedException
IdentityStore.Client.exceptions.ConflictException
IdentityStore.Client.exceptions.InternalServerException
IdentityStore.Client.exceptions.ValidationException