:doc:`ConnectCases <../../connectcases>` / Client / untag_resource

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



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

  

  Untags a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connectcases-2022-10-03/UntagResource>`_  


  **Request Syntax**
  ::

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

    The Amazon Resource Name (ARN)

    

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

    List of tag keys.

    

  
    - *(string) --* 

    

  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ConnectCases.Client.exceptions.InternalServerException`

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

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

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

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

  