i have this code in my nodejs restAPI
exports.deletePlanningstage = async (req, res, next) => { const psId = req.params.psId; try { const planningstage