:doc:`MailManager <../../mailmanager>` / Client / deregister_member_from_address_list

***********************************
deregister_member_from_address_list
***********************************



.. py:method:: MailManager.Client.deregister_member_from_address_list(**kwargs)

  

  Removes a member from an address list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/DeregisterMemberFromAddressList>`_  


  **Request Syntax**
  ::

    response = client.deregister_member_from_address_list(
        AddressListId='string',
        Address='string'
    )
    
  :type AddressListId: string
  :param AddressListId: **[REQUIRED]** 

    The unique identifier of the address list to remove the address from.

    

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

    The address to be removed from the address list.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MailManager.Client.exceptions.ValidationException`

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

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

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

  