:doc:`ApplicationAutoScaling <../../application-autoscaling>` / Client / untag_resource

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



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

  

  Deletes tags from an Application Auto Scaling scalable target. To delete a tag, specify the tag key and the Application Auto Scaling scalable target.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-autoscaling-2016-02-06/UntagResource>`_  


  **Request Syntax**
  ::

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

    Identifies the Application Auto Scaling scalable target from which to remove tags.

     

    For example: ``arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123``

     

    To get the ARN for a scalable target, use  DescribeScalableTargets.

    

  
  :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:`ApplicationAutoScaling.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ApplicationAutoScaling.Client.exceptions.ValidationException`

  