delete_workspace_folder
Delete a folder from a workspace, moving it to trash or permanently removing it with all contents.
Instructions
Delete a folder from a workspace. By default, folders are moved to trash. Use permanent=true to permanently delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | The unique identifier of the workspace | |
| folderId | Yes | The unique identifier of the folder to delete | |
| permanent | No | If true, permanently deletes the folder and all contents. Cannot be undone. |