:doc:`ParallelComputingService <../../pcs>` / Client / untag_resource

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



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

  

  Deletes tags from an PCS resource. To delete a tag, specify the tag key and the Amazon Resource Name (ARN) of the PCS resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN) of the resource.

    

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

    1 or more tag keys to remove from the resource. Specify only tag keys and not tag values.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

  