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.InternalServerExceptionConnectCampaignServiceV2.Client.exceptions.ResourceNotFoundExceptionConnectCampaignServiceV2.Client.exceptions.ValidationExceptionConnectCampaignServiceV2.Client.exceptions.AccessDeniedExceptionConnectCampaignServiceV2.Client.exceptions.InvalidStateExceptionConnectCampaignServiceV2.Client.exceptions.ThrottlingException