< Back

Clear-PodeRoutes

Sat Jan 18, 2020 7:14 pm

NAME Clear-PodeRoutes



SYNOPSIS

Removes all added Routes, or Routes for a specific Method.





SYNTAX

Clear-PodeRoutes [[-Method] <String>] [<CommonParameters>]





DESCRIPTION

Removes all added Routes, or Routes for a specific Method.





PARAMETERS

-Method <String>

The Method to from which to remove all Routes.



Required? false

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Clear-PodeRoutes













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Clear-PodeRoutes -Method Get















RELATED LINKS