drive_delete
Permanently delete a file or folder from Proton Drive trash. Provide the absolute trash path and confirm the action, as this cannot be undone.
Instructions
Permanently delete a file or folder that is already in the Proton Drive trash — irreversible. Requires authentication. The underlying CLI only allows permanent deletion of items already inside /trash or /photos-trash; it rejects live paths. Use drive_trash first to move a live item into trash, then pass its trash path here — or drive_empty_trash to clear everything at once. Requires confirmed=true; always show the exact path to the user and get explicit confirmation before calling.
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. |