Skip to content

Untag Resource

billingconductor_untag_resource R Documentation

Deletes specified tags from a resource

Description

Deletes specified tags from a resource.

Usage

billingconductor_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource to which to delete tags.

TagKeys

[required] The tags to delete from the resource as a list of key-value pairs.

Value

An empty list.

Request syntax

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