if (FALSE) {
# The following example deletes an identity from the list of identities
# that have been submitted for verification with Amazon SES:
svc$delete_identity(
Identity = "user@example.com"
)
}
Run the code above in your browser using DataLab