@aws-sdk/client-workdocs

DeleteLabelsCommandInput Interface

The input for DeleteLabelsCommand.

Members

Name
Type
Details
ResourceId Requiredstring | undefined

The ID of the resource.

AuthenticationToken string | undefined

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

DeleteAll boolean | undefined

Flag to request removal of all labels from the specified resource.

Labels string[] | undefined

List of labels to delete from the resource.

Full Signature

export interface DeleteLabelsCommandInput extends DeleteLabelsRequest