paws.customer.engagement (version 0.1.0)

ses_delete_identity: Deletes the specified identity (an email address or a domain) from the list of verified identities

Description

Deletes the specified identity (an email address or a domain) from the list of verified identities.

Usage

ses_delete_identity(Identity)

Arguments

Identity

[required] The identity to be removed from the list of identities for the AWS Account.

Request syntax

svc$delete_identity(
  Identity = "string"
)

Details

You can execute this operation no more than once per second.

Examples

Run this code
# NOT RUN {
# The following example deletes an identity from the list of identities
# that have been submitted for verification with Amazon SES:
# }
# NOT RUN {
svc$delete_identity(
  Identity = "user@example.com"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace