:doc:`CloudWatchInternetMonitor <../../internetmonitor>` / Client / untag_resource

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



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

  

  Removes a tag from a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/internetmonitor-2021-06-03/UntagResource>`_  


  **Request Syntax**
  ::

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

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

    

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

    Tag keys that you remove from a resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CloudWatchInternetMonitor.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`CloudWatchInternetMonitor.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`CloudWatchInternetMonitor.Client.exceptions.BadRequestException`

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

  