:doc:`mediapackagev2 <../../mediapackagev2>` / Client / untag_resource

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



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

  

  Removes one or more tags from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediapackagev2-2022-12-25/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the MediaPackage resource that you're removing tags from.

    

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

    The list of tag keys to remove from the resource.

    

  
    - *(string) --* 

    

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

  