SESV2 / Client / delete_suppressed_destination

delete_suppressed_destination

SESV2.Client.delete_suppressed_destination(**kwargs)

Removes an email address from the suppression list for your account or for a specific tenant. To target a tenant’s suppression list, specify the TenantName parameter. If you omit TenantName, the address is removed from the account-level suppression list.

See also: AWS API Documentation

Request Syntax

response = client.delete_suppressed_destination(
    EmailAddress='string',
    TenantName='string'
)
Parameters:
  • EmailAddress (string) –

    [REQUIRED]

    The suppressed email destination to remove from the suppression list for your account or for the specified tenant.

  • TenantName (string) – The name of the tenant whose suppression list you want to remove the address from. If you omit this parameter, the address is removed from the account-level suppression list.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

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

Exceptions

  • SESV2.Client.exceptions.NotFoundException

  • SESV2.Client.exceptions.BadRequestException

  • SESV2.Client.exceptions.TooManyRequestsException