try {
      await linkDao.deleteLatest(this.data.linkid, this.data.userid);
      this.res.send({ result: 'ok' });
      // if this was an `archive` delete its archive object and the file cache
      const archiveRec = await archiveDao.getByUserIdAndArchiveLinkId(