:doc:`Macie2 <../../macie2>` / Client / disassociate_member

*******************
disassociate_member
*******************



.. py:method:: Macie2.Client.disassociate_member(**kwargs)

  

  Disassociates an Amazon Macie administrator account from a member account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMember>`_  


  **Request Syntax**
  ::

    response = client.disassociate_member(
        id='string'
    )
    
  :type id: string
  :param id: **[REQUIRED]** 

    The unique identifier for the Amazon Macie resource that the request applies to.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The request succeeded.

      
  
  **Exceptions**
  
  *   :py:class:`Macie2.Client.exceptions.ValidationException`

  
  *   :py:class:`Macie2.Client.exceptions.InternalServerException`

  
  *   :py:class:`Macie2.Client.exceptions.ServiceQuotaExceededException`

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

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

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

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

  