:doc:`MediaPackageVod <../../mediapackage-vod>` / Client / untag_resource

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



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

  Removes tags from the specified resource. You can specify one or more tags to remove.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/UntagResource>`_  


  **Request Syntax**
  ::

    response = client.untag_resource(
        ResourceArn='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** The Amazon Resource Name (ARN) for the resource. You can get this from the response to any request to the resource.

  
  :type TagKeys: list
  :param TagKeys: **[REQUIRED]** A comma-separated list of the tag keys to remove from the resource.

  
    - *(string) --* 

    

  
  :returns: None