gdrive_delete_file
Delete files or folders from Google Drive by moving them to trash or permanently removing them. Provide a file ID to specify the target.
Instructions
Move a file or folder to trash or delete it permanently
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file or folder to delete | |
| useTrash | No | If true, moves to trash instead of permanent deletion. Recommended. |