ConnectCampaignServiceV2 / Client / delete_connect_instance_config

delete_connect_instance_config#

ConnectCampaignServiceV2.Client.delete_connect_instance_config(**kwargs)#

Deletes a connect instance config from the specified AWS account.

See also: AWS API Documentation

Request Syntax

response = client.delete_connect_instance_config(
    connectInstanceId='string',
    campaignDeletionPolicy='RETAIN_ALL'|'DELETE_ALL'
)
Parameters:
  • connectInstanceId (string) –

    [REQUIRED]

    Amazon Connect Instance Id

  • campaignDeletionPolicy (string) – Enumeration of the policies to enact on existing campaigns during instance config deletion

Returns:

None

Exceptions

  • ConnectCampaignServiceV2.Client.exceptions.InternalServerException

  • ConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundException

  • ConnectCampaignServiceV2.Client.exceptions.ValidationException

  • ConnectCampaignServiceV2.Client.exceptions.AccessDeniedException

  • ConnectCampaignServiceV2.Client.exceptions.InvalidStateException

  • ConnectCampaignServiceV2.Client.exceptions.ThrottlingException