unfile_document
Remove a document from a folder in IBM FileNet Content Manager using GraphQL API by providing folder and document identifiers.
Instructions
Unfile a document from a folder in the content repository. This tool interfaces with the GraphQL API to unfile document from folder with the provided ids.
:param folder_id_or_path string Yes The unique identifier or path for the folder. If not provided, an error will be returned. :param document_id string Yes The unique identifier for the document. If not provided, an error will be returned.
:returns: If successful, return the folder id. Else, return a ToolError instance that describes the error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id_or_path | Yes | ||
| document_id | Yes |