how to uninstall watch dog in NCS2.0.2?

Hello,

NCS2.0.2, nRF5340, VScode, watchdog

i want to uninstall watch dog before  sys_reboot(0)  for DFU;

but as follow no use. it will Restart twice.

void gog()
{
    feed_dog();
    wdt_disable(wdt);
   sys_reboot(0);
}
how to uninstall watch dog?
       
Best regards
Related