Deletes the specified list of labels from a resource
Source:R/workdocs_operations.R
workdocs_delete_labels.RdDeletes 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.