:doc:`MediaConvert <../../mediaconvert>` / Client / untag_resource

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



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

  Remove tags from a MediaConvert queue, preset, or job template. For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/UntagResource>`_  


  **Request Syntax**
  ::

    response = client.untag_resource(
        Arn='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.

  
  :type TagKeys: list
  :param TagKeys: The keys of the tags that you want to remove from the resource.

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MediaConvert.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaConvert.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaConvert.Client.exceptions.ServiceQuotaExceededException`

  
  *   :py:class:`MediaConvert.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaConvert.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaConvert.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaConvert.Client.exceptions.ConflictException`

  