delete

suspend fun delete(id: String): Boolean

Deletes a file from Google Drive by its ID.

Return

true if the file was successfully deleted, false otherwise.

Parameters

id

The ID of the file to delete.