request.del('/locations/' + self.model._id(), function (err) {
            if (err) {
              console.error(err)
              window.alert(err)
            } else {