Delete Custom Metadata
| workdocs_delete_custom_metadata | R Documentation | 
Deletes custom metadata from the specified resource¶
Description¶
Deletes custom metadata from the specified resource.
Usage¶
workdocs_delete_custom_metadata(AuthenticationToken, ResourceId,
  VersionId, Keys, DeleteAll)
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. | 
Value¶
An empty list.
Request syntax¶
svc$delete_custom_metadata(
  AuthenticationToken = "string",
  ResourceId = "string",
  VersionId = "string",
  Keys = list(
    "string"
  ),
  DeleteAll = TRUE|FALSE
)