Delete OneDrive Folder
folder_deletePermanently delete an OneDrive folder and all its contents. Requires user confirmation to prevent accidental deletion.
Instructions
🔴 Delete an OneDrive folder permanently (always require user confirmation)
WARNING: This action permanently deletes the folder and all its contents (files and subfolders) and cannot be undone.
Args: folder_id: The folder ID to delete account_id: Microsoft account ID confirm: Must be True to confirm deletion (prevents accidents)
Returns: Status confirmation
Raises: ValueError: If folder_id is invalid or confirm is False
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| account_id | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||