:doc:`BackupGateway <../../backup-gateway>` / Client / untag_resource

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



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

  

  Removes tags from the resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/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 from which to remove tags.

    

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

    The list of tag keys specifying which tags to remove.

    

  
    - *(string) --* 

    

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

    
    ::

      {
          'ResourceARN': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceARN** *(string) --* 

        The Amazon Resource Name (ARN) of the resource from which you removed tags.

        
  
  **Exceptions**
  
  *   :py:class:`BackupGateway.Client.exceptions.ValidationException`

  
  *   :py:class:`BackupGateway.Client.exceptions.InternalServerException`

  
  *   :py:class:`BackupGateway.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`BackupGateway.Client.exceptions.ThrottlingException`

  