drive_delete
Permanently delete a file or folder already in Proton Drive trash. Irreversible, requires explicit confirmation. Use drive_trash first to move items, then pass the trash path.
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. |