My question:
I created a Collection variable by mistake, meant to create at Environment level. Now I can’t delete the Collection variable, and when I try to use the Environment variable it keeps saying it’s “Overridden” by the Collection variable.
This can be opened a number of ways, the easiest being clicking the Collection from the sidebar or using the View more actions menu and selecting Edit.
More about navigating Postman can be found on our Learning Center:
Deleting Collection Level variables can also be handled in the Pre-request or Tests scripts:
pm.collectionVariables.unset('variable_name');
More information about the pm.collectionVariables functions can be found on our Learning Center:
To help with any saving related issues after making changes, you could enable to Autosave feature from the Settings. This will autosave changes made to the Requests and Collections.