The REMOVE_DOCUMENT_KEYWORDS action is used to remove keywords (metadata) of an OnBase file.
The input parameters for REMOVE_DOCUMENT_KEYWORDS are:
Parameter | Type | Required | Description |
---|---|---|---|
documentId | String | Required | Identifier of a document in the OnBase repository which is going to have the keywords (metadata) added. |
keywords | JSON | Required | Document keywords (metadata) that will be removed from a document in the OnBase repository. |
The output parameters from REMOVE_DOCUMENT_KEYWORDS are:
Parameter | Type | Required | Description |
---|---|---|---|
documentKeywords | JSON | Optional | Document keywords (metadata) of the document in the OnBase repository that are left after the action of removing is performed. |