await Promise.all(changes.del.map(async (data) => {
      await this.client.hooks.removeSecrets({ id: data.hookId }, data.secrets);
    }));