bt_mesh_subnet_del() function
Delete a Subnet. Removes the Subnet with the given network index from the node. The node will stop sending Network Beacons with the given Subnet, and can no longer process messages on this Subnet. All Applications bound to this Subnet are also deleted.
Syntax
uint8_t bt_mesh_subnet_del(uint16_t net_idx); Return value
STATUS_SUCCESS The Subnet was deleted. STATUS_INVALID_NETKEY The NetIdx is unknown.