< Back

Remove-AdminPowerApp

Sat Jan 18, 2020 3:49 pm

NAME Remove-AdminPowerApp



SYNOPSIS

Deletes an app.





SYNTAX

Remove-AdminPowerApp -EnvironmentName <String> -AppName <String> [-ApiVersion <String>] [<CommonParameters>]





DESCRIPTION

The Delete-AdminPowerApp deletes an app.

Use Delete-Help Get-AdminPowerApp -Examples for more detail.





PARAMETERS

-EnvironmentName <String>

Limit apps returned to those in a specified environment.

Delete-AdminPowerApp -AppName 4d1f7648-ad60-4871-91cb-b77d7ef3c239 -EnvironmentName

3c2f7648-ad60-4871-91cb-b77d7ef3c239

Deletes the app named 4d1f7648-ad60-4871-91cb-b77d7ef3c239 in Environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-AppName <String>

Specifies the app id.



Required? true

Position? named

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-ApiVersion <String>



Required? false

Position? named

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





RELATED LINKS