Usage
pa app remove [options]
Description
Removes the specified Microsoft Power App
Options
| Option |
Description |
-n, --name --<name> |
The name of the Power App to get information about |
-e, --environment <environment> |
The name of the environment for which to retrieve available Power App |
--asAdmin |
Set, to retrieve the Power App as admin |
--confirm |
Don't prompt for confirmation |
| Option |
Description |
-o, --option <option> |
option |
-o, --output [output] |
Output type. json,text. Default text |
--verbose |
Runs command with verbose logging |
--debug |
Runs command with debug logging |
Additional Information
See Remove-AdminPowerApp or Remove-PowerApp for samples.
Will be similar in implementation as #1063 but with a different endpoint (Assumption is that the endpoint will look like: /providers/Microsoft.PowerApps/apps/appid) But check PowerShell or Fiddler to be sure
Usage
pa app remove [options]Description
Removes the specified Microsoft Power App
Options
-n, --name --<name>-e, --environment <environment>--asAdmin--confirm-o, --option <option>-o, --output [output]json,text. Defaulttext--verbose--debugAdditional Information
See
Remove-AdminPowerApporRemove-PowerAppfor samples.Will be similar in implementation as #1063 but with a different endpoint (Assumption is that the endpoint will look like:
/providers/Microsoft.PowerApps/apps/appid) But check PowerShell or Fiddler to be sure