Remove-AdminFlowApprovals
Removes all active and inactive flow approvals.
Syntax
Remove-AdminFlowApprovals
[[-EnvironmentName] <String>]
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The Remove-AdminFlowApprovals cmdlet removes all active and inactive flow approvals. Use Get-Help Remove-AdminFlowApprovals -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminFlowApprovals -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Finds all approvals assigned to the user in the current environment.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | 2 |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Limits approvals deleted to the specified environment by providing the environment ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |