:doc:`CognitoIdentityProvider <../../cognito-idp>` / Client / delete_user_pool_client

***********************
delete_user_pool_client
***********************



.. py:method:: CognitoIdentityProvider.Client.delete_user_pool_client(**kwargs)

  

  Deletes a user pool app client. After you delete an app client, users can no longer sign in to the associated application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/DeleteUserPoolClient>`_  


  **Request Syntax**
  ::

    response = client.delete_user_pool_client(
        UserPoolId='string',
        ClientId='string'
    )
    
  :type UserPoolId: string
  :param UserPoolId: **[REQUIRED]** 

    The ID of the user pool where you want to delete the client.

    

  
  :type ClientId: string
  :param ClientId: **[REQUIRED]** 

    The ID of the user pool app client that you want to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CognitoIdentityProvider.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CognitoIdentityProvider.Client.exceptions.InvalidParameterException`

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

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

  
  *   :py:class:`CognitoIdentityProvider.Client.exceptions.ConcurrentModificationException`

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

  