Delete Campaign Channel Subtype Config
| connectcampaignservicev2_delete_campaign_channel_subtype_config | R Documentation |
Deletes the channel subtype config of a campaign¶
Description¶
Deletes the channel subtype config of a campaign. This API is idempotent.
Usage¶
connectcampaignservicev2_delete_campaign_channel_subtype_config(id,
channelSubtype)
Arguments¶
id |
[required] Identifier representing a Campaign |
channelSubtype |
[required] The type of campaign channel subtype. |
Value¶
An empty list.
Request syntax¶
svc$delete_campaign_channel_subtype_config(
id = "string",
channelSubtype = "TELEPHONY"|"SMS"|"EMAIL"|"WHATSAPP"
)