:doc:`DataExchange <../../dataexchange>` / Client / untag_resource

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



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

  

  This operation removes one or more tags from a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UntagResource>`_  


  **Request Syntax**
  ::

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

    An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

    

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

    The key tags.

    

  
    - *(string) --* 

    

  
  :returns: None