Skip to content

Untag Resource

workmail_untag_resource R Documentation

Untags the specified tags from the specified WorkMail organization resource

Description

Untags the specified tags from the specified WorkMail organization resource.

Usage

workmail_untag_resource(ResourceARN, TagKeys)

Arguments

ResourceARN

[required] The resource ARN.

TagKeys

[required] The tag keys.

Value

An empty list.

Request syntax

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