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'
)
Parameters:
  • id (string) –

    [REQUIRED]

    Identifier representing a Campaign

  • channelSubtype (string) –

    [REQUIRED]

    The type of campaign channel subtype.

Returns:

None

Exceptions

  • ConnectCampaignServiceV2.Client.exceptions.InternalServerException

  • ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException

  • ConnectCampaignServiceV2.Client.exceptions.ValidationException

  • ConnectCampaignServiceV2.Client.exceptions.ConflictException

  • ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException