:doc:`CostandUsageReportService <../../cur>` / Client / untag_resource

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



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

  

  Disassociates a set of tags from a report definition.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cur-2017-01-06/UntagResource>`_  


  **Request Syntax**
  ::

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

    The report name of the report definition that tags are to be disassociated from.

    

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

    The tags to be disassociated from the report definition resource.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  