Skip to content

Delete Campaign Communication Time

connectcampaignservicev2_delete_campaign_communication_time R Documentation

Deletes the communication time config for a campaign

Description

Deletes the communication time config for a campaign. This API is idempotent.

Usage

connectcampaignservicev2_delete_campaign_communication_time(id, config)

Arguments

id

[required] Identifier representing a Campaign

config

[required] The type of campaign communication time config

Value

An empty list.

Request syntax

svc$delete_campaign_communication_time(
  id = "string",
  config = "TELEPHONY"|"SMS"|"EMAIL"|"WHATSAPP"
)