:doc:`EKS <../../eks>` / Client / untag_resource

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



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

  

  Deletes specified tags from an Amazon EKS resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/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 to delete tags from.

    

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

    The keys of the tags to remove.

    

  
    - *(string) --* 

      One part of a key-value pair that make up a tag. A ``key`` is a general label that acts like a category for more specific tag values.

      

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`EKS.Client.exceptions.BadRequestException`

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

  