rest_helper.del_respond = function (req, res, next) {
    'use strict';
    database.deleteData(req.url, function (e) {
        res.send(JSON.parse(e));
        next();