box_folder_delete_tool
Delete folders from Box storage using folder ID, with optional recursive deletion to remove subfolders and files.
Instructions
Deletes a folder from Box.
Args: ctx: Context: The context containing Box client information folder_id (str): ID of the folder to delete. Can be string or int. recursive (bool, optional): Whether to delete recursively. Defaults to False. Returns: dict[str, Any]: Dictionary containing success message or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| recursive | No |