Jump to Content

Class DeleteConfigurationSetTrackingOptionsCommandProtected

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 will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated domains.

Example

Use a bare-bones client and the command you need to make an API call.

import { SESClient, DeleteConfigurationSetTrackingOptionsCommand } from "@aws-sdk/client-ses"; // ES Modules import
// const { SESClient, DeleteConfigurationSetTrackingOptionsCommand } = require("@aws-sdk/client-ses"); // CommonJS import
const client = new SESClient(config);
const command = new DeleteConfigurationSetTrackingOptionsCommand(input);
const response = await client.send(command);

Param

DeleteConfigurationSetTrackingOptionsCommandInput

Returns

DeleteConfigurationSetTrackingOptionsCommandOutput

See

Throws

ConfigurationSetDoesNotExistException (client fault)

Indicates that the configuration set does not exist.

Throws

TrackingOptionsDoesNotExistException (client fault)

Indicates that the TrackingOptions object you specified does not exist.

Hierarchy

Constructors

Properties

Methods