DeleteResource
Removes a file or folder from Google Drive and sends it to the trash or deletes it permanently if already in trash.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the file or folder in Google Drive that should be deleted. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | If the value is 'true', the deletion was completed successfully. If 'false', an error occurred during the operation. |