CognitoIdentityProvider / Client / delete_user_pool
delete_user_pool#
- CognitoIdentityProvider.Client.delete_user_pool(**kwargs)#
- Deletes a user pool. After you delete a user pool, users can no longer sign in to any associated applications. - See also: AWS API Documentation - Request Syntax- response = client.delete_user_pool( UserPoolId='string' ) - Parameters:
- UserPoolId (string) – - [REQUIRED] - The ID of the user pool that 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