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

**************
untag_resource
**************



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

  

  Deletes specified tags from a resource.

  

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


  **Request Syntax**
  ::

    response = client.untag_resource(
        ResourceArn='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. The following resources are supported:

     

    
    * ``ConfigurationRecorder``
     
    * ``ConfigRule``
     
    * ``OrganizationConfigRule``
     
    * ``ConformancePack``
     
    * ``OrganizationConformancePack``
     
    * ``ConfigurationAggregator``
     
    * ``AggregationAuthorization``
     
    * ``StoredQuery``
    

    

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

    The keys of the tags to be removed.

    

  
    - *(string) --* 

    

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

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

  