delete_folder
Remove folders from IBM FileNet Content Manager by specifying the folder ID or path to manage document storage and organization.
Instructions
Deletes a folder in the content repository. This tool interfaces with the GraphQL API to delete a folder object with the provided id.
:param id_or_path string Yes The unique identifier or path for the folder. 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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_path | Yes |