ConnectCampaignServiceV2 / Client / delete_campaign_channel_subtype_config
delete_campaign_channel_subtype_config¶
- ConnectCampaignServiceV2.Client.delete_campaign_channel_subtype_config(**kwargs)¶
Deletes the channel subtype config of a campaign. This API is idempotent.
See also: AWS API Documentation
Request Syntax
response = client.delete_campaign_channel_subtype_config( id='string', channelSubtype='TELEPHONY'|'SMS'|'EMAIL'|'WHATSAPP' )
- Parameters:
id (string) –
[REQUIRED]
Identifier representing a Campaign
channelSubtype (string) –
[REQUIRED]
The type of campaign channel subtype.
- Returns:
None
Exceptions
ConnectCampaignServiceV2.Client.exceptions.InternalServerExceptionConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundExceptionConnectCampaignServiceV2.Client.exceptions.ValidationExceptionConnectCampaignServiceV2.Client.exceptions.ConflictExceptionConnectCampaignServiceV2.Client.exceptions.AccessDeniedException