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'
)
[REQUIRED]
The globally unique identifier for the identity store.
[REQUIRED]
The identifier for a user in the identity store.
dict
Response Syntax
{}
Response Structure
Exceptions
IdentityStore.Client.exceptions.ResourceNotFoundExceptionIdentityStore.Client.exceptions.ThrottlingExceptionIdentityStore.Client.exceptions.AccessDeniedExceptionIdentityStore.Client.exceptions.ConflictExceptionIdentityStore.Client.exceptions.InternalServerExceptionIdentityStore.Client.exceptions.ValidationException