:doc:`ConnectCampaignService <../../connectcampaigns>` / Client / delete_connect_instance_config

******************************
delete_connect_instance_config
******************************



.. py:method:: ConnectCampaignService.Client.delete_connect_instance_config(**kwargs)

  

  Deletes a connect instance config from the specified AWS account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connectcampaigns-2021-01-30/DeleteConnectInstanceConfig>`_  


  **Request Syntax**
  ::

    response = client.delete_connect_instance_config(
        connectInstanceId='string'
    )
    
  :type connectInstanceId: string
  :param connectInstanceId: **[REQUIRED]** 

    Amazon Connect Instance Id

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConnectCampaignService.Client.exceptions.InternalServerException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ValidationException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.InvalidStateException`

  
  *   :py:class:`ConnectCampaignService.Client.exceptions.ThrottlingException`

  