Skip to content

Untag Resource

nimblestudio_untag_resource R Documentation

Deletes the tags for a resource

Description

Deletes the tags for a resource.

Usage

nimblestudio_untag_resource(resourceArn, tagKeys)

Arguments

resourceArn

[required] Identifies the Amazon Resource Name(ARN) key from which you are removing tags.

tagKeys

[required] One or more tag keys. Specify only the tag keys, not the tag values.

Value

An empty list.

Request syntax

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