workdocs_delete_labels {paws.end.user.computing} | R 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. |
[Package paws.end.user.computing version 0.7.0 Index]