deleteFile

fun deleteFile(id: String): OmhTask<DeleteFileUseCaseResult>

This method delete files with a given file id

Return

An OmhTask with the result of the operation

Parameters

id

The id of the desired file to delete