Remove-AdminFlow
Deletes a flow.
Syntax
Remove-AdminFlow
-EnvironmentName <String>
-FlowName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminFlow cmdlet deletes a specific flow.
Examples
Example 1
Remove-AdminFlow -EnvironmentName Default-[Guid] -FlowName [Guid]
Deletes the [Guid] flow in environment "Default-[Guid]".
Parameters
-ApiVersion
Version of Power Apps API to use.
| Type: | String |
| Position: | Named |
| Default value: | 2016-11-01 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-EnvironmentName
ID of the environment of the flow to delete.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-FlowName
ID of the flow to delete.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |