Future<void> deleteFile ( int? fileId ) async { String path = "/storage/file/$fileId"; await delete(path, requireAuthorization:true) ?? {}; }