We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.