Forum Discussion
Waddo2023
Sep 21, 2023Copper Contributor
Shared Connections not deleting
Hi there - I have Windows Admin Center v1.5.2306.14001 installed and have 1142 shared connections. When I attempt to delete all shared connections, WAC looks like it goes through deleting them - ...
Rebecca_Wambua
Microsoft
Jan 30, 2024Hi! We were unable to repro this bug, are you still experiencing it?
kotheram
Jun 03, 2026Occasional Reader
Hi Rebecca,
I just experienced this bug in Version 2511 (Build 2.6.7.28). Same behavior as described above.
Both GUI and API return StatusCode : 204 on the DELETE request.
And after a little investigation in the database I found out, that while adding connections manualy GUI converts everything (hostname, tags) to lowercase. But while importing everything is kept as is in the import file/request.
Result is, you import UPPERCASE connections, but database in the backend is probably case sensitive and deleting from GUI converts request to lowercase, therefore it deletes nothing.
So I convert my whole import file to lowercase and everything works just fine.