< Back
Remove-AdminPowerAppEnvironment
Post
NAME Remove-AdminPowerAppEnvironment
SYNOPSIS
Deletes the specific environment. This operation can take some time depending on how many resources are stored in
the environment. If the operation returns witha 404 NotFound, then the environment has been successfully deleted.
SYNTAX
Remove-AdminPowerAppEnvironment -EnvironmentName <String> [-ApiVersion <String>] [<CommonParameters>]
DESCRIPTION
Remove-AdminPowerAppEnvironment cmdlet deletes an environment.
Use Get-Help Remove-AdminPowerAppEnvironment -Examples for more detail.
PARAMETERS
-EnvironmentName <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Required? false
Position? named
Default value 2018-01-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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-AdminPowerAppEnvironment -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Deletes environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239 and all of the environment's resources
RELATED LINKS
SYNOPSIS
Deletes the specific environment. This operation can take some time depending on how many resources are stored in
the environment. If the operation returns witha 404 NotFound, then the environment has been successfully deleted.
SYNTAX
Remove-AdminPowerAppEnvironment -EnvironmentName <String> [-ApiVersion <String>] [<CommonParameters>]
DESCRIPTION
Remove-AdminPowerAppEnvironment cmdlet deletes an environment.
Use Get-Help Remove-AdminPowerAppEnvironment -Examples for more detail.
PARAMETERS
-EnvironmentName <String>
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-ApiVersion <String>
Required? false
Position? named
Default value 2018-01-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
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove-AdminPowerAppEnvironment -EnvironmentName 3c2f7648-ad60-4871-91cb-b77d7ef3c239
Deletes environment 3c2f7648-ad60-4871-91cb-b77d7ef3c239 and all of the environment's resources
RELATED LINKS