deleteStreet(targetStreet)
    .then((street) => {
      res.status(204).end()
    })
    .catch(handleErrors)