:doc:`SESV2 <../../sesv2>` / Client / delete_contact_list

*******************
delete_contact_list
*******************



.. py:method:: SESV2.Client.delete_contact_list(**kwargs)

  

  Deletes a contact list and all of the contacts on that list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/DeleteContactList>`_  


  **Request Syntax**
  ::

    response = client.delete_contact_list(
        ContactListName='string'
    )
    
  :type ContactListName: string
  :param ContactListName: **[REQUIRED]** 

    The name of the contact list.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SESV2.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`SESV2.Client.exceptions.NotFoundException`

  
  *   :py:class:`SESV2.Client.exceptions.BadRequestException`

  
  *   :py:class:`SESV2.Client.exceptions.ConcurrentModificationException`

  