:doc:`QApps <../../qapps>` / Client / delete_q_app

************
delete_q_app
************



.. py:method:: QApps.Client.delete_q_app(**kwargs)

  

  Deletes an Amazon Q App owned by the user. If the Q App was previously published to the library, it is also removed from the library.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/qapps-2023-11-27/DeleteQApp>`_  


  **Request Syntax**
  ::

    response = client.delete_q_app(
        instanceId='string',
        appId='string'
    )
    
  :type instanceId: string
  :param instanceId: **[REQUIRED]** 

    The unique identifier of the Amazon Q Business application environment instance.

    

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

    The unique identifier of the Q App to delete.

    

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

  
  *   :py:class:`QApps.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`QApps.Client.exceptions.ValidationException`

  
  *   :py:class:`QApps.Client.exceptions.InternalServerException`

  
  *   :py:class:`QApps.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`QApps.Client.exceptions.ThrottlingException`

  