CognitoIdentityProvider / Client / delete_user
delete_user#
- CognitoIdentityProvider.Client.delete_user(**kwargs)#
- Allows a user to delete himself or herself. - See also: AWS API Documentation - Request Syntax - response = client.delete_user( AccessToken='string' ) - Parameters:
- AccessToken (string) – - [REQUIRED] - A valid access token that Amazon Cognito issued to the user whose user profile you want to delete. 
- Returns:
- None 
 - Exceptions - CognitoIdentityProvider.Client.exceptions.ResourceNotFoundException
- CognitoIdentityProvider.Client.exceptions.InvalidParameterException
- CognitoIdentityProvider.Client.exceptions.NotAuthorizedException
- CognitoIdentityProvider.Client.exceptions.TooManyRequestsException
- CognitoIdentityProvider.Client.exceptions.PasswordResetRequiredException
- CognitoIdentityProvider.Client.exceptions.UserNotFoundException
- CognitoIdentityProvider.Client.exceptions.UserNotConfirmedException
- CognitoIdentityProvider.Client.exceptions.InternalErrorException
- CognitoIdentityProvider.Client.exceptions.ForbiddenException