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

**********************
delete_resource_config
**********************



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

  

  Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your Config History.

  

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


  **Request Syntax**
  ::

    response = client.delete_resource_config(
        ResourceType='string',
        ResourceId='string'
    )
    
  :type ResourceType: string
  :param ResourceType: **[REQUIRED]** 

    The type of the resource.

    

  
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    Unique identifier of the resource.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.ValidationException`

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

  