The problem which I faced in this case was that - I missed the curly braces while trying to get the id from the req.params. Such as:
const id = req.params
try to fetch the id with curly braces:
const {id} = req.params