Opposite to binder.map()

So what is the opposite to binder.map()

Or more specifically, how do I unmap?

I have a module that is reliant on another module, yet if that module is unloaded() then in theoru any mappings it has setup should no longer be active. So I would like to do an bind.unmap() on these bindings.

Remove them from the struct.

Struct delete ( binder.getMappings(), “name” )

So rather than me doing that would it not be better for binder to have an unmap()?

Yes it would. Can you add a ticket for it in coldbox please I am going through fixes now for a 3.5.1 release.