Correct. We don’t have a way to unset the wake pin for waking on interrupt, so once it’s used, it will remain in effect.
You could try declaring a DigitalIn/DigitalOut/etc (something that doesn’t register an interrupt handler) on the pin that was previously the wake pin. That may prevent that pin from waking the processor from sleep.
-Mike