There was an error while loading. Please reload this page.
Removes the web route.
Remove-WebRoute [-Path] <String> [-Method] <String>
Removes the web route with the specified path and method.
Remove-WebRoute -Path /out -Method PUT
The path of the route you want to remove.
The method of the route you want to remove.