Skip to content

Untag Contact

connect_untag_contact R Documentation

Removes the specified tags from the contact resource

Description

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 Connect Customer usage.

Usage

connect_untag_contact(ContactId, InstanceId, TagKeys)

Arguments

ContactId

[required] The identifier of the contact in this instance of Connect Customer.

InstanceId

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

TagKeys

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

Value

An empty list.

Request syntax

svc$untag_contact(
  ContactId = "string",
  InstanceId = "string",
  TagKeys = list(
    "string"
  )
)