return new Promise((resolve, reject) => {
      this.execute('remove', query)
        .then((res) => {
          resolve(res.result);
        })