:doc:`MigrationHubOrchestrator <../../migrationhuborchestrator>` / Client / untag_resource

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



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

  

  Deletes the tags for a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/migrationhuborchestrator-2021-08-28/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 you want to remove tags.

    

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

    One or more tag keys. Specify only the tag keys, not the tag values.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MigrationHubOrchestrator.Client.exceptions.ValidationException`

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

  