return new Promise(function (resolve) {
    that.pool.drivers.forEach(function (driver) {
      driver.delete(that.key).then(resolve);
    });
  });