< Back

Remove-AdminFlowApprovals

Sat Jan 18, 2020 3:48 pm

NAME Remove-AdminFlowApprovals



SYNOPSIS

Removes all active and inactive Flow Approvals.





SYNTAX

Remove-AdminFlowApprovals [[-EnvironmentName] <String>] [[-ApiVersion] <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AdminFlowApprovals removes all Approval

Use Get-Help Remove-AdminFlowApprovals -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

Limits approvals deleted to the specified environment



Required? false

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? 2

Default value 2016-11-01

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Remove-AdminFlowApprovals -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239



Finds all approvals assigned to the user in the current environment.











RELATED LINKS