:doc:`CognitoIdentity <../../cognito-identity>` / Client / delete_identity_pool

********************
delete_identity_pool
********************



.. py:method:: CognitoIdentity.Client.delete_identity_pool(**kwargs)

  

  Deletes an identity pool. Once a pool is deleted, users will not be able to authenticate with the pool.

   

  You must use Amazon Web Services developer credentials to call this operation.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentityPool>`_  


  **Request Syntax**
  ::

    response = client.delete_identity_pool(
        IdentityPoolId='string'
    )
    
  :type IdentityPoolId: string
  :param IdentityPoolId: **[REQUIRED]** 

    An identity pool ID in the format REGION:GUID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CognitoIdentity.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.NotAuthorizedException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.InternalErrorException`

  