delete_user
(**kwargs)¶Deletes a user from the user pool.
See also: AWS API Documentation
Request Syntax
response = client.delete_user(
UserName='string',
AuthenticationType='API'|'SAML'|'USERPOOL'|'AWS_AD'
)
[REQUIRED]
The email address of the user.
Note
Users' email addresses are case-sensitive.
[REQUIRED]
The authentication type for the user. You must specify USERPOOL.
dict
Response Syntax
{}
Response Structure
Exceptions
AppStream.Client.exceptions.ResourceNotFoundException