Connect / Client / untag_contact

untag_contact#

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.

See also: AWS API Documentation

Request Syntax

response = client.untag_contact(
    ContactId='string',
    InstanceId='string',
    TagKeys=[
        'string',
    ]
)
Parameters:
  • ContactId (string) –

    [REQUIRED]

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

  • InstanceId (string) –

    [REQUIRED]

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

  • TagKeys (list) –

    [REQUIRED]

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

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Connect.Client.exceptions.InvalidRequestException

  • Connect.Client.exceptions.ResourceNotFoundException

  • Connect.Client.exceptions.InternalServiceException

  • Connect.Client.exceptions.InvalidParameterException

  • Connect.Client.exceptions.ThrottlingException