Hi Parthiban,
To the best of my knowledge, there’s no way to directly downgrade an application once it’s been upgraded to a higher version. Mendix doesn't support downgrading because you’ll run into issues with Java dependencies and other compatibility problems.
What I've done in the past is create a branch before upgrading the app. This way, I was able to keep running the same app in the previous version if I needed to.