:doc:`Budgets <../../budgets>` / Client / untag_resource

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



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

  

  Deletes tags associated with a budget or budget action resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/budgets-2016-10-20/UntagResource>`_  


  **Request Syntax**
  ::

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

    The unique identifier for the resource.

    

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

    The key that's associated with the tag.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Budgets.Client.exceptions.ThrottlingException`

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

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

  
  *   :py:class:`Budgets.Client.exceptions.InternalErrorException`

  
  *   :py:class:`Budgets.Client.exceptions.InvalidParameterException`

  