:doc:`UserNotificationsContacts <../../notificationscontacts>` / Client / delete_email_contact

********************
delete_email_contact
********************



.. py:method:: UserNotificationsContacts.Client.delete_email_contact(**kwargs)

  

  Deletes an email contact.

   

  .. note::

    

    Deleting an email contact removes it from all associated notification configurations.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notificationscontacts-2018-05-10/DeleteEmailContact>`_  


  **Request Syntax**
  ::

    response = client.delete_email_contact(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`UserNotificationsContacts.Client.exceptions.InternalServerException`

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

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

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

  
  *   :py:class:`UserNotificationsContacts.Client.exceptions.ValidationException`

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

  