Skip to content

Delete Email Identity

pinpointemail_delete_email_identity R Documentation

Deletes an email identity that you previously verified for use with Amazon Pinpoint

Description

Deletes an email identity that you previously verified for use with Amazon Pinpoint. An identity can be either an email address or a domain name.

Usage

pinpointemail_delete_email_identity(EmailIdentity)

Arguments

EmailIdentity

[required] The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.

Value

An empty list.

Request syntax

svc$delete_email_identity(
  EmailIdentity = "string"
)