IdentityStore / Client / delete_user

delete_user#

IdentityStore.Client.delete_user(**kwargs)#

Deletes a user within an identity store given UserId.

See also: AWS API Documentation

Request Syntax

response = client.delete_user(
    IdentityStoreId='string',
    UserId='string'
)
Parameters:
  • IdentityStoreId (string) –

    [REQUIRED]

    The globally unique identifier for the identity store.

  • UserId (string) –

    [REQUIRED]

    The identifier for a user in the identity store.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions