is there any way to delete every urlacl reservation of a specific port.
I mean something like this is possible (customer constelation):
netsh http add urlacl url=http://localhost:55521/ user="everyone"
netsh http add urlacl url=http://+:55521/ user="everyone"
Now I would like to delete every reservation of port 55521, this could be any ip constelation!
By the way I am doing this in a c# application with a nancy self host.