deleteFile

expect fun deleteFile(fileId: String)

Deletes a file by given ID.

Parameters

fileId

ID of the file to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun deleteFile(fileId: String)

Deletes a file by given ID.

Parameters

fileId

ID of the file to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun deleteFile(fileId: String)

Deletes a file by given ID.

Parameters

fileId

ID of the file to delete

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception