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

*******************
delete_address_list
*******************



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

  

  Deletes an address list.

  

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


  **Request Syntax**
  ::

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

    The identifier of an existing address list resource to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  