Remove-VPASGroupPlatform
Synopsis:
DELETE GROUP PLATFORM |
Description:
USE THIS FUNCTION TO DELETE A GROUP PLATFORM |
Syntax:
Remove-VPASGroupPlatform -DeleteGroupPlatformID <String> [-WhatIf] [-HideWhatIfOutput] [-token <Hashtable>] [<CommonParameters>] |
Remove-VPASGroupPlatform -InputParameters <Hashtable> [-token <Hashtable>] [<CommonParameters>] |
Parameters:
-DeleteGroupPlatformID <String> |
-WhatIf [<SwitchParameter>] |
-HideWhatIfOutput [<SwitchParameter>] |
-InputParameters <Hashtable> |
-token <Hashtable> |
<CommonParameters> |
Examples:
$WhatIfSimulation = Remove-VPASGroupPlatform -DeleteGroupPlatformID {DELETE GROUP PLATFORMID VALUE} -WhatIf |
$DeleteGroupPlatformStatus = Remove-VPASGroupPlatform -DeleteGroupPlatformID {DELETE GROUP PLATFORMID VALUE} |
$InputParameters = @{ |
Outputs:
$true if successful |
$false if failed |