i guess the resource groups have not been deleted try opening the Azure Cloud Shell, run the following command to verify that the resource group has been deleted:
Get-AzResourceGroup -Name "YourResourceGroupName"
- If the resource group is still listed, the resource groups have not been deleted.
sometimes the deleion might be delayed too.
Hope this helps, kindly accept the answer if this helped thanks much.