ConnectCampaignServiceV2 / Client / delete_campaign_communication_time

delete_campaign_communication_time#

ConnectCampaignServiceV2.Client.delete_campaign_communication_time(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.delete_campaign_communication_time(
    id='string',
    config='TELEPHONY'|'SMS'|'EMAIL'
)
Parameters:
  • id (string) –

    [REQUIRED]

    Identifier representing a Campaign

  • config (string) –

    [REQUIRED]

    The type of campaign communication time config

Returns:

None

Exceptions

  • ConnectCampaignServiceV2.Client.exceptions.InternalServerException

  • ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException

  • ConnectCampaignServiceV2.Client.exceptions.ValidationException

  • ConnectCampaignServiceV2.Client.exceptions.ConflictException

  • ConnectCampaignServiceV2.Client.exceptions.InvalidCampaignStateException

  • ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException