Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeleteCustomMetadataRequest

import type { DeleteCustomMetadataRequest } from "https://aws-api.deno.dev/v0.3/services/workdocs.ts?docs=full";
interface DeleteCustomMetadataRequest {
AuthenticationToken?: string | null;
DeleteAll?: boolean | null;
Keys?: string[] | null;
ResourceId: string;
VersionId?: string | null;
}

§Properties

§
AuthenticationToken?: string | null
[src]

Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

§
DeleteAll?: boolean | null
[src]

Flag to indicate removal of all custom metadata properties from the specified resource.

§
Keys?: string[] | null
[src]

List of properties to remove.

§
ResourceId: string
[src]

The ID of the resource, either a document or folder.

§
VersionId?: string | null
[src]

The ID of the version, if the custom metadata is being deleted from a document version.