public static ServerResponse deleteMail(long userid, string stock) { SqliteHandler.removeMail(userid, stock); return(new ServerResponse(true, "mail successfully removed", null)); }