:doc:`CloudWatchApplicationSignals <../../application-signals>` / Client / untag_resource

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



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

  

  Removes one or more tags from the specified resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-signals-2024-04-15/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the CloudWatch resource that you want to delete tags from.

     

    The ARN format of an Application Signals SLO is ``arn:aws:cloudwatch:Region:account-id:slo:slo-name``

     

    For more information about ARN format, see `Resource Types Defined by Amazon CloudWatch <https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies>`__ in the *Amazon Web Services General Reference*.

    

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

    The list of tag keys to remove from the resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

  