-
Remove an entry by database key:
nrfutil mcu-manager ble-database remove --device-db bonding.db --key 19 -
Remove an entry by device address:
nrfutil mcu-manager ble-database remove --device-db bonding.db --address F9:9F:F3:7E:B3:D6 --address-type randomAfter removing an entry, the next
mcu-manager bleconnection to that device requires pairing again if bonding is needed.