How to disable Qwiic bus on Thing Plus?

Hi, I have a Thing Plus C on which this works to disable power to the Qwiic bus, which I do just before I put the board to sleep.

digitalWrite(0, LOW);

Does the non “C” Thing Plus have this capability? The same code does not work on it so either it doesn’t have that ability or its qwiic bus is connected to some other pin. Anyone know which it is?

Thanks.

Looks like the software power control of the Qwiic bus is only available in the C version. We cannot do it with the other Thing plus boards.