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