:doc:`WorkSpaces <../../workspaces>` / Client / delete_client_branding

**********************
delete_client_branding
**********************



.. py:method:: WorkSpaces.Client.delete_client_branding(**kwargs)

  

  Deletes customized client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.

   

  After you delete your customized client branding, your login portal reverts to the default client branding.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteClientBranding>`_  


  **Request Syntax**
  ::

    response = client.delete_client_branding(
        ResourceId='string',
        Platforms=[
            'DeviceTypeWindows'|'DeviceTypeOsx'|'DeviceTypeAndroid'|'DeviceTypeIos'|'DeviceTypeLinux'|'DeviceTypeWeb',
        ]
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    The directory identifier of the WorkSpace for which you want to delete client branding.

    

  
  :type Platforms: list
  :param Platforms: **[REQUIRED]** 

    The device type for which you want to delete client branding.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

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

  