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.InternalServerExceptionConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundExceptionConnectCampaignServiceV2.Client.exceptions.ValidationExceptionConnectCampaignServiceV2.Client.exceptions.ConflictExceptionConnectCampaignServiceV2.Client.exceptions.InvalidCampaignStateExceptionConnectCampaignServiceV2.Client.exceptions.AccessDeniedException