Skip to content

Untag Resource

xray_untag_resource R Documentation

Removes tags from an Amazon Web Services X-Ray group or sampling rule

Description

Removes tags from an Amazon Web Services X-Ray group or sampling rule. You cannot edit or delete system tags (those with an ⁠aws:⁠ prefix).

Usage

xray_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.

TagKeys

[required] Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.

Value

An empty list.

Request syntax

svc$untag_resource(
  ResourceARN = "string",
  TagKeys = list(
    "string"
  )
)