Skip to content

Delete Tags

workspaces_delete_tags R Documentation

Deletes the specified tags from the specified WorkSpaces resource

Description

Deletes the specified tags from the specified WorkSpaces resource.

Usage

workspaces_delete_tags(ResourceId, TagKeys)

Arguments

ResourceId

[required] The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases.

TagKeys

[required] The tag keys.

Value

An empty list.

Request syntax

svc$delete_tags(
  ResourceId = "string",
  TagKeys = list(
    "string"
  )
)