:doc:`ApplicationDiscoveryService <../../discovery>` / Client / start_batch_delete_configuration_task

*************************************
start_batch_delete_configuration_task
*************************************



.. py:method:: ApplicationDiscoveryService.Client.start_batch_delete_configuration_task(**kwargs)

  

  Takes a list of configurationId as input and starts an asynchronous deletion task to remove the configurationItems. Returns a unique deletion task identifier.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/discovery-2015-11-01/StartBatchDeleteConfigurationTask>`_  


  **Request Syntax**
  ::

    response = client.start_batch_delete_configuration_task(
        configurationType='SERVER',
        configurationIds=[
            'string',
        ]
    )
    
  :type configurationType: string
  :param configurationType: **[REQUIRED]** 

    The type of configuration item to delete. Supported types are: SERVER.

    

  
  :type configurationIds: list
  :param configurationIds: **[REQUIRED]** 

    The list of configuration IDs that will be deleted by the task.

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'taskId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **taskId** *(string) --* 

        The unique identifier associated with the newly started deletion task.

        
  
  **Exceptions**
  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.LimitExceededException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.AuthorizationErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.ServerInternalErrorException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.HomeRegionNotSetException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.OperationNotPermittedException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`ApplicationDiscoveryService.Client.exceptions.InvalidParameterException`

  