:doc:`MediaStore <../../mediastore>` / Client / untag_resource

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



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

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediastore-2017-09-01/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) for the container.

    

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

    A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

    

  
    - *(string) --* 

    

  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MediaStore.Client.exceptions.ContainerInUseException`

  
  *   :py:class:`MediaStore.Client.exceptions.ContainerNotFoundException`

  
  *   :py:class:`MediaStore.Client.exceptions.InternalServerError`

  