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

**************
delete_contact
**************



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

  

  Removes a contact from a contact list.

  

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


  **Request Syntax**
  ::

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

    The name of the contact list from which the contact should be removed.

    

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

    The contact's email address.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  