Remove-AdminFlowApprovals
Removes all active and inactive flow approvals.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | 2016-11-01 |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-EnvironmentName
Limits approvals deleted to the specified environment by providing the environment ID.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.