Skip to content

Delete Configuration Set

sesv2_delete_configuration_set R Documentation

Delete an existing configuration set

Description

Delete an existing configuration set.

Configuration sets are groups of rules that you can apply to the emails you send. You apply a configuration set to an email by including a reference to the configuration set in the headers of the email. When you apply a configuration set to an email, all of the rules in that configuration set are applied to the email.

Usage

sesv2_delete_configuration_set(ConfigurationSetName)

Arguments

ConfigurationSetName

[required] The name of the configuration set.

Value

An empty list.

Request syntax

svc$delete_configuration_set(
  ConfigurationSetName = "string"
)