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

****************************
delete_web_app_customization
****************************



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

  

  Deletes the ``WebAppCustomization`` object that corresponds to the web app ID specified.

  

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


  **Request Syntax**
  ::

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

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

    

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

  
  *   :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`

  