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'
)
[REQUIRED]
The user pool ID for the user pool you want to delete.
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