Skip to content

Delete Configuration Set Tracking Options

ses_delete_configuration_set_tracking_options R Documentation

Deletes an association between a configuration set and a custom domain for open and click event tracking

Description

Deletes an association between a configuration set and a custom domain for open and click event tracking.

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using custom domains, see the Amazon SES Developer Guide.

Deleting this kind of association results in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

Usage

ses_delete_configuration_set_tracking_options(ConfigurationSetName)

Arguments

ConfigurationSetName

[required] The name of the configuration set.

Value

An empty list.

Request syntax

svc$delete_configuration_set_tracking_options(
  ConfigurationSetName = "string"
)