Remove-AdminPowerApp
Deletes an app.
Syntax
Remove-AdminPowerApp
-EnvironmentName <String>
-AppName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminPowerApp cmdlet deletes an app. Use Get-Help Remove-AdminPowerApp -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminPowerApp -AppName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Deletes the app with the ID 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-AppName
Specifies the app ID.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |