workdocs_delete_labels: Deletes the specified list of labels from a resource

View source: R/workdocs_operations.R

workdocs_delete_labelsR Documentation

Deletes the specified list of labels from a resource

Description

Deletes the specified list of labels from a resource.

See https://www.paws-r-sdk.com/docs/workdocs_delete_labels/ for full documentation.

Usage

workdocs_delete_labels(
  ResourceId,
  AuthenticationToken = NULL,
  Labels = NULL,
  DeleteAll = NULL
)

Arguments

ResourceId

[required] The ID of the resource.

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

Labels

List of labels to delete from the resource.

DeleteAll

Flag to request removal of all labels from the specified resource.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.