Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Remove WebRoute

Tyler James Leonhardt edited this page Oct 26, 2017 · 1 revision

Remove-WebRoute

SYNOPSIS

Removes the web route.

SYNTAX

Remove-WebRoute [-Path] <String> [-Method] <String>

DESCRIPTION

Removes the web route with the specified path and method.

EXAMPLES

Remove-WebRoute -Path /out -Method PUT

PARAMETERS

-Path

The path of the route you want to remove.

-Method

The method of the route you want to remove.

Clone this wiki locally