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