workdocs_delete_custom_metadata: Deletes custom metadata from the specified resource

View source: R/workdocs_operations.R

workdocs_delete_custom_metadataR Documentation

Deletes custom metadata from the specified resource

Description

Deletes 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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.