Skip to content

Delete Email Identity

sesv2_delete_email_identity R Documentation

Deletes an email identity

Description

Deletes an email identity. An identity can be either an email address or a domain name.

Usage

sesv2_delete_email_identity(EmailIdentity)

Arguments

EmailIdentity

[required] The identity (that is, the email address or domain) to delete.

Value

An empty list.

Request syntax

svc$delete_email_identity(
  EmailIdentity = "string"
)