Reset Meteor app on Heroku

I’ve a meteor application deployed on Heroku server, how can I reset the app the way i would do meteor reset locally

Read https://stackoverflow.com/questions/24372992/how-to-reset-a-meteor-project-thats-been-deployed-with-meteor-up

I’m not using Meteor Up. I deployed the app to Heroku using the heroku CLI as a NodeJS application

If you read the suggested article it says to simply db.dropDatabase()

If you don’t have tons of collections - manually removing all data from all collections would also do the trick.