:doc:`CodeGuruSecurity <../../codeguru-security>` / Client / untag_resource

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



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

  

  Use to remove one or more tags from an existing scan.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codeguru-security-2018-05-10/UntagResource>`_  


  **Request Syntax**
  ::

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

    The ARN of the ``ScanName`` object. You can retrieve this ARN by calling ``CreateScan``, ``ListScans``, or ``GetScan``.

    

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

    A list of keys for each tag you want to remove from a scan.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CodeGuruSecurity.Client.exceptions.InternalServerException`

  
  *   :py:class:`CodeGuruSecurity.Client.exceptions.ConflictException`

  
  *   :py:class:`CodeGuruSecurity.Client.exceptions.ResourceNotFoundException`

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

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

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

  