Skip to contents

Removes the alias association between two email addresses in an Connect Customer instance. After disassociation, emails sent to the former alias email address are no longer forwarded to the primary email address. Both email addresses continue to exist independently and can receive emails directly.

See https://www.paws-r-sdk.com/docs/connect_disassociate_email_address_alias/ for full documentation.

Usage

connect_disassociate_email_address_alias(
  EmailAddressId,
  InstanceId,
  AliasConfiguration,
  ClientToken = NULL
)

Arguments

EmailAddressId

[required] The identifier of the email address.

InstanceId

[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

AliasConfiguration

[required] Configuration object that specifies which alias relationship to remove. The alias association must currently exist between the primary email address and the specified alias email address.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.