deleteFile

abstract suspend fun deleteFile(filePath: String)

Deletes a file at the specified path.

Parameters

filePath

The path of the file to delete.

Throws

If an error occurs during the delete operation.

If the operation is cancelled.