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

********************************
delete_remediation_configuration
********************************



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

  

  Deletes the remediation configuration.

  

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


  **Request Syntax**
  ::

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

    The name of the Config rule for which you want to delete remediation configuration.

    

  
  :type ResourceType: string
  :param ResourceType: 

    The type of a resource.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ConfigService.Client.exceptions.NoSuchRemediationConfigurationException`

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

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

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

  