< Back

Remove-AdminFlow

Sat Jan 18, 2020 3:48 pm

NAME Remove-AdminFlow



SYNOPSIS

Delete the specific flow.





SYNTAX

Remove-AdminFlow -EnvironmentName <String> -FlowName <String> [-ApiVersion <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AdminFlow deletes the specific flow.

Use Delete-Help Remove-AdminFlow -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

Limit apps returned to those in a specified environment.

Remove-AdminFlow -EnvironmentName Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877 -FlowName

4d1f7648-ad60-4871-91cb-b77d7ef3c239

Deletes the 4d1f7648-ad60-4871-91cb-b77d7ef3c239 flow in environment

"Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877"



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-FlowName <String>

Specifies the flow id.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

Default value 2016-11-01

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





RELATED LINKS