Delete Labels
workdocs_delete_labels | R Documentation |
Deletes the specified list of labels from a resource¶
Description¶
Deletes the specified list of labels from a resource.
Usage¶
workdocs_delete_labels(ResourceId, AuthenticationToken, Labels,
DeleteAll)
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_labels(
ResourceId = "string",
AuthenticationToken = "string",
Labels = list(
"string"
),
DeleteAll = TRUE|FALSE
)