:doc:`Transfer <../../transfer>` / Client / delete_web_app

**************
delete_web_app
**************



.. py:method:: Transfer.Client.delete_web_app(**kwargs)

  

  Deletes the specified web app.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DeleteWebApp>`_  


  **Request Syntax**
  ::

    response = client.delete_web_app(
        WebAppId='string'
    )
    
  :type WebAppId: string
  :param WebAppId: **[REQUIRED]** 

    Provide the unique identifier for the web app that you are deleting.

    

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

  
  *   :py:class:`Transfer.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Transfer.Client.exceptions.InternalServiceError`

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

  