drive_delete
Permanently delete files or folders from Proton Drive with no recovery option. Requires explicit confirmation to prevent accidental loss.
Instructions
Permanently delete a file or folder from Proton Drive — no trash step, no recovery possible. Requires authentication. Requires confirmed=true; always show the exact path to the user and get explicit confirmation before calling. Do not use when reversible deletion is acceptable — use drive_trash instead so the item can be recovered with drive_restore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute remote Drive path to permanently delete (must start with '/'). | |
| confirmed | Yes | Must be true. Confirms the user has acknowledged this deletion is permanent and cannot be undone. |