IdentityStore / Client / delete_group

delete_group#

IdentityStore.Client.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'
)
Parameters:
  • IdentityStoreId (string) –

    [REQUIRED]

    The globally unique identifier for the identity store.

  • GroupId (string) –

    [REQUIRED]

    The identifier for a group in the identity store.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions