Google Drive Delete File
Deletes a file from Google Drive.
Category: Google Drive & Gmail · Group: Google Drive · Activity name: GoogleDriveDeleteFile

Example
outputVariable = GoogleDriveDeleteFile("<fileName>", targetPath="<targetPath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Name | string | Yes | The name of the file in Google Drive to be deleted. | |
| Target Path | string | The drive path from where the file will be deleted. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the operation result metadata. |