Hi @Admin CDW
If I understand the question right, you are trying to delete a resource group which has multiple resources including a VNet. This vNET has a load balancer attached to it, which resides in a different resource group. You have tried to delete the first resource group with the vNET and it has failed because of the vNET still having attached resources.
In this scenario this would be correct and by design. Azure has built in fail safes to prevent users from deleting resources that have dependencies on certain resources, like vNETs, for example you could have business critical workloads attached to a vNET and by deleting the vNET, cause a disaster for the organisation. You need to remove all resources first that are using the vNET by deleting them or migrating them to another vNET before you can delete the original one.
With regards to the load balancer, you will need to contact the owner of that resource group (or the subscription / tenant admins) to get them to disassociate the load balancer with your vNET before you can delete it.
I hope this helps provide you with the information you need. If it does, please make sure to mark the question as answered so it helps other people in future.
Kind regards
Alistair