CognitoIdentityProvider / Client / delete_user_pool
delete_user_pool#
- CognitoIdentityProvider.Client.delete_user_pool(**kwargs)#
- Deletes the specified Amazon Cognito user pool. - See also: AWS API Documentation - Request Syntax - response = client.delete_user_pool( UserPoolId='string' ) - Parameters:
- UserPoolId (string) – - [REQUIRED] - The user pool ID for the user pool you want to delete. 
- Returns:
- None 
 - Exceptions - CognitoIdentityProvider.Client.exceptions.ResourceNotFoundException
- CognitoIdentityProvider.Client.exceptions.InvalidParameterException
- CognitoIdentityProvider.Client.exceptions.TooManyRequestsException
- CognitoIdentityProvider.Client.exceptions.NotAuthorizedException
- CognitoIdentityProvider.Client.exceptions.UserImportInProgressException
- CognitoIdentityProvider.Client.exceptions.InternalErrorException