Delete Email Address
connect_delete_email_address | R Documentation |
Deletes email address from the specified Amazon Connect instance¶
Description¶
Deletes email address from the specified Amazon Connect instance.
Usage¶
connect_delete_email_address(InstanceId, EmailAddressId)
Arguments¶
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
EmailAddressId |
[required] The identifier of the email address. |
Value¶
An empty list.
Request syntax¶
svc$delete_email_address(
InstanceId = "string",
EmailAddressId = "string"
)