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

*****************************
delete_suppressed_destination
*****************************



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

  

  Removes an email address from the suppression list for your account.

  

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


  **Request Syntax**
  ::

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

    The suppressed email destination to remove from the account suppression list.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      An HTTP 200 response if the request succeeds, or an error message if the request fails.

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

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

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

  