Deletes custom metadata from the specified resource
Source:R/workdocs_operations.R
workdocs_delete_custom_metadata.RdDeletes custom metadata from the specified resource.
See https://www.paws-r-sdk.com/docs/workdocs_delete_custom_metadata/ for full documentation.
Usage
workdocs_delete_custom_metadata(
AuthenticationToken = NULL,
ResourceId,
VersionId = NULL,
Keys = NULL,
DeleteAll = NULL
)Arguments
- AuthenticationToken
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- ResourceId
[required] The ID of the resource, either a document or folder.
- VersionId
The ID of the version, if the custom metadata is being deleted from a document version.
- Keys
List of properties to remove.
- DeleteAll
Flag to indicate removal of all custom metadata properties from the specified resource.