Google Drive Delete
Delete or trash a file in Google Drive. By default, files are moved to trash (recoverable). Enable permanent delete to remove them irreversibly.
Requires a Google Drive connection.
Configuration
| Field | Description | Notes |
|---|---|---|
| Google Drive Connection | The connection to use | Required |
| File ID | The Google Drive file ID to delete | Required. Supports templates. |
| Permanently Delete | Skip trash and permanently delete | Default: off |
Output
| Field | Description |
|---|---|
deleted | true on success |
file_id | The file ID that was deleted |
permanent | Whether the file was permanently deleted or trashed |
Streaming
When connected to an upstream Google Drive List node, the Delete node processes each file individually. If no File ID is configured, it uses the id field from the upstream data.
WARNING
When Permanently Delete is enabled, files cannot be recovered. Use with caution, especially when processing lists of files.