:doc:`ARCRegionswitch <../../arc-region-switch>` / Client / untag_resource

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



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

  

  Removes tags from a Region switch resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/arc-region-switch-2022-07-26/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) for a tag you remove a resource from.

    

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

    Tag keys that you remove from a resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ARCRegionswitch.Client.exceptions.ResourceNotFoundException`

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

  