Remove-AdminFlowPowerAppContext
Removes Power Apps context to the specified flow.
Syntax
Remove-AdminFlowPowerAppContext
-EnvironmentName <String>
-FlowName <String>
-AppName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminFlowPowerAppContext cmdlet removes the Power Apps context from the specified flow. Use Get-Help Remove-AdminFlowPowerAppContext -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminFlowPowerAppContext -EnvironmentName Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877 -FlowName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -PowerAppName c3dba9c8-0f42-4c88-8110-04b582f20735
Removes flow 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in environment "Default-55abc7e5-2812-4d73-9d2f-8d9017f8c877" from the context of the Power App app 'c3dba9c8-0f42-4c88-8110-04b582f20735' in the same environment.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
Specifies the Power App app ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-FlowName
Specifies the flow ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |