:doc:`Connect <../../connect>` / Client / untag_contact

*************
untag_contact
*************



.. py:method:: Connect.Client.untag_contact(**kwargs)

  

  Removes the specified tags from the contact resource. For more information about this API is used, see `Set up granular billing for a detailed view of your Amazon Connect usage <https://docs.aws.amazon.com/connect/latest/adminguide/granular-billing.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UntagContact>`_  


  **Request Syntax**
  ::

    response = client.untag_contact(
        ContactId='string',
        InstanceId='string',
        TagKeys=[
            'string',
        ]
    )
    
  :type ContactId: string
  :param ContactId: **[REQUIRED]** 

    The identifier of the contact in this instance of Amazon Connect.

    

  
  :type InstanceId: string
  :param InstanceId: **[REQUIRED]** 

    The identifier of the Amazon Connect instance. You can `find the instance ID <https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html>`__ in the Amazon Resource Name (ARN) of the instance.

    

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

    A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Connect.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Connect.Client.exceptions.InternalServiceException`

  
  *   :py:class:`Connect.Client.exceptions.InvalidParameterException`

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

  
  *   :py:class:`Connect.Client.exceptions.InvalidActiveRegionException`

  