Skip to content

Untag Resource

networkmanager_untag_resource R Documentation

Removes tags from a specified resource

Description

Removes tags from a specified resource.

Usage

networkmanager_untag_resource(ResourceArn, TagKeys)

Arguments

ResourceArn

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

TagKeys

[required] The tag keys to remove from the specified resource.

Value

An empty list.

Request syntax

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