:doc:`MediaConnect <../../mediaconnect>` / Client / untag_resource

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



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

  

  Deletes specified tags from a resource in the current region.

  

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


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the resource that you want to untag.

    

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

    The keys of the tags to be removed.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MediaConnect.Client.exceptions.BadRequestException`

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

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

  