Skip to content

Untag Resource

billing_untag_resource R Documentation

Removes one or more tags from a resource

Description

Removes one or more tags from a resource. Specify only tag keys in your request. Don't specify the value.

Usage

billing_untag_resource(resourceArn, resourceTagKeys)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

resourceTagKeys

[required] A list of tag key value pairs that are associated with the resource.

Value

An empty list.

Request syntax

svc$untag_resource(
  resourceArn = "string",
  resourceTagKeys = list(
    "string"
  )
)