deleteFile

open suspend override fun deleteFile(filePath: String)

Deletes a file at the specified path.

Parameters

filePath

The path of the file to delete.

Throws

PowerSyncException

If an error occurs during the delete operation.

CancellationException

If the operation is cancelled.