how to delete a environment variable in heroku
// let say your env variable or api key name as SECRET
//for seting this variable to heroku
heroku config:set SECRET=production
//for unseting
heroku config:unset SECRET=production
how to delete a environment variable in heroku
// let say your env variable or api key name as SECRET
//for seting this variable to heroku
heroku config:set SECRET=production
//for unseting
heroku config:unset SECRET=production
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us