MailManager / Client / deregister_member_from_address_list

deregister_member_from_address_list#

MailManager.Client.deregister_member_from_address_list(**kwargs)#

Removes a member from an address list.

See also: AWS API Documentation

Request Syntax

response = client.deregister_member_from_address_list(
    Address='string',
    AddressListId='string'
)
Parameters:
  • Address (string) –

    [REQUIRED]

    The address to be removed from the address list.

  • AddressListId (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions