postman-app-support
postman-app-support copied to clipboard
Have postman audit unused variables
Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
While trying to clean up a bunch of unused variables (Global, Collection, Environment) I found that the only way to do this was to disable the variable, run the test, and see if it failed because of a missing variable. This is clunky.
Describe the solution you'd like
I want Postman to allow me to either run an audit to detect unused variables OR highlight unused variables within those 3 variable screens. It would also be nice to remove unused variables across duplicated environments. For example, when I attempt to delete a variable that shares the same name within another environment, it asks if I'd like to delete those same name variables as well.
Describe alternatives you've considered
I provided alternatives above seeing one process is not better than another since one of those could impact application performance. provided
Additional context
No response