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

******************************
disassociate_member_from_fleet
******************************



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

  

  Disassociates a member from a fleet.

  

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


  **Request Syntax**
  ::

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

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

    

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

    The fleet ID of the fleet to from which to disassociate a member.

    

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

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

    

  
  
  :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.ConflictException`

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

  