connect_untag_contact {paws.customer.engagement} | 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 Amazon Connect usage.
See https://www.paws-r-sdk.com/docs/connect_untag_contact/ for full documentation.
Usage
connect_untag_contact(ContactId, InstanceId, TagKeys)
Arguments
ContactId |
[required] The identifier of the contact in this instance of Amazon Connect. |
InstanceId |
[required] The identifier of the Amazon Connect 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. |
[Package paws.customer.engagement version 0.7.0 Index]