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

****************************
disassociate_member_from_job
****************************



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

  

  Disassociates a member from a job.

  

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


  **Request Syntax**
  ::

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

    The farm ID for the job to disassociate from the member.

    

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

    The queue ID connected to a job for which you're disassociating a member.

    

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

    The job ID to disassociate from a member in a job.

    

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

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

    

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

  