:doc:`WorkSpacesWeb <../../workspaces-web>` / Client / disassociate_trust_store

************************
disassociate_trust_store
************************



.. py:method:: WorkSpacesWeb.Client.disassociate_trust_store(**kwargs)

  

  Disassociates a trust store from a web portal.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-web-2020-07-08/DisassociateTrustStore>`_  


  **Request Syntax**
  ::

    response = client.disassociate_trust_store(
        portalArn='string'
    )
    
  :type portalArn: string
  :param portalArn: **[REQUIRED]** 

    The ARN of the web portal.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.InternalServerException`

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

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

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

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

  
  *   :py:class:`WorkSpacesWeb.Client.exceptions.ConflictException`

  