:doc:`ConfigService <../../config>` / Client / delete_service_linked_configuration_recorder

********************************************
delete_service_linked_configuration_recorder
********************************************



.. py:method:: ConfigService.Client.delete_service_linked_configuration_recorder(**kwargs)

  

  Deletes an existing service-linked configuration recorder.

   

  This operation does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the `GetResourceConfigHistory <https://docs.aws.amazon.com/config/latest/APIReference/API_GetResourceConfigHistory.html>`__ operation, but you will not be able to access this information in the Config console until you have created a new service-linked configuration recorder for the same service.

   

  .. note::

    

    **The recording scope determines if you receive configuration items**

     

    The recording scope is set by the service that is linked to the configuration recorder and determines whether you receive configuration items (CIs) in the delivery channel. If the recording scope is internal, you will not receive CIs in the delivery channel.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DeleteServiceLinkedConfigurationRecorder>`_  


  **Request Syntax**
  ::

    response = client.delete_service_linked_configuration_recorder(
        ServicePrincipal='string'
    )
    
  :type ServicePrincipal: string
  :param ServicePrincipal: **[REQUIRED]** 

    The service principal of the Amazon Web Services service for the service-linked configuration recorder that you want to delete.

    

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

    
    ::

      {
          'Arn': 'string',
          'Name': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Arn** *(string) --* 

        The Amazon Resource Name (ARN) of the specified configuration recorder.

        
      

      - **Name** *(string) --* 

        The name of the specified configuration recorder.

        
  
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchConfigurationRecorderException`

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

  
  *   :py:class:`ConfigService.Client.exceptions.ConflictException`

  