Remove-AdminFlowApprovals
Removes all flow approvals.
Syntax
Remove-AdminFlowApprovals
[[-EnvironmentName] <String>]
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Remove-AdminFlowApprovals cmdlet removes all active and inactive flow approvals.
Examples
EXAMPLE 1
Remove-AdminFlowApprovals -EnvironmentName [Guid]
Removes all approvals assigned to the user in the specified environment.
Parameters
-ApiVersion
Version of Power Apps API to use.
| Type: | String |
| Position: | 2 |
| Default value: | 2016-11-01 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-EnvironmentName
Limits approvals removed to the specified environment.
| Type: | String |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |