Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
0 like 0 dislike
614 views
in Power Apps by 3 3 3
In Power Apps, I create an individual environment using the community plan, and I want to delete it now but I don't know How can I delete my individual environment in Power Apps?

1 Answer

0 like 0 dislike
by 48 54 93

Delete individual environment " Community plan"

You have two options to delete the individual environment:

  1. Delete Community plan from the power platform admin center
  2. Delete Community plan using the Powershell

1) Delete Community plan from the power platform admin center

PowerApps: Delete Community Plan

If you don't see the delete action then the ability to delete developer environments is blocked from the Power Platform Admin center, in this case, you can use the PowerShell

2) Delete Community plan using the Powershell

 Remove-AdminPowerAppEnvironment -EnvironmentName <<guid>>

If you don't know to get the GUID for your individual environment run this command Get-AdminPowerAppEnvironment , and it will open the Power Platform credentials write your credentials the user name, and password, and then locate your individual environment and copy your environment GUID to use in the previous command

If you don’t ask, the answer is always NO!
...