:doc:`DataZone <../../datazone>` / Client / disassociate_governed_terms

***************************
disassociate_governed_terms
***************************



.. py:method:: DataZone.Client.disassociate_governed_terms(**kwargs)

  

  Disassociates restricted terms from an asset.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DisassociateGovernedTerms>`_  


  **Request Syntax**
  ::

    response = client.disassociate_governed_terms(
        domainIdentifier='string',
        entityIdentifier='string',
        entityType='ASSET',
        governedGlossaryTerms=[
            'string',
        ]
    )
    
  :type domainIdentifier: string
  :param domainIdentifier: **[REQUIRED]** 

    The ID of the domain where you want to disassociate restricted terms from an asset.

    

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

    The ID of an asset from which you want to disassociate restricted terms.

    

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

    The type of the asset from which you want to disassociate restricted terms.

    

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

    The restricted glossary terms that you want to disassociate from an asset.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

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

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

  