:doc:`TimestreamInfluxDB <../../timestream-influxdb>` / Client / untag_resource

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



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

  

  Removes the tag from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/timestream-influxdb-2023-01-27/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the tagged resource.

    

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

    The keys used to identify the tags.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`TimestreamInfluxDB.Client.exceptions.ResourceNotFoundException`

  