:doc:`DeadlineCloud <../../deadline>` / Client / disassociate_member_from_farm

*****************************
disassociate_member_from_farm
*****************************



.. py:method:: DeadlineCloud.Client.disassociate_member_from_farm(**kwargs)

  

  Disassociates a member from a farm.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DisassociateMemberFromFarm>`_  


  **Request Syntax**
  ::

    response = client.disassociate_member_from_farm(
        farmId='string',
        principalId='string'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The farm ID of the farm to disassociate from the member.

    

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

    A member's principal ID to disassociate from a farm.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

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

  