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