Usage
m365 pp solution remove [options]
Description
Removes the specified solution
Options
| Option |
Description |
-i, --id [id] |
ID of the solution. Specify either id or name but not both. |
-n, --name [name] |
The unique name (not the display name) of the solution. Specify either id or name but not both. |
-e, --environment <environment> |
The name of the environment to remove the solution from |
--asAdmin |
Set, to remove the solution as admin for environments you are not a member of |
--confirm |
Don't prompt for confirmation |
Examples
Deletes ContosoDemo solution in the given environment.
m365 pp solution remove -n "ContosoDemo" -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
Additional Info
Have a look at #3653 to see how to retrieve the required org URL, and #3668 or #3722 for more details.
For code samples you can also look at: https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/solution#pac-solution-delete
Usage
m365 pp solution remove [options]
Description
Removes the specified solution
Options
-i, --id [id]idornamebut not both.-n, --name [name]idornamebut not both.-e, --environment <environment>--asAdmin--confirmExamples
Deletes ContosoDemo solution in the given environment.
Additional Info
Have a look at #3653 to see how to retrieve the required org URL, and #3668 or #3722 for more details.
For code samples you can also look at: https://learn.microsoft.com/en-us/power-platform/developer/cli/reference/solution#pac-solution-delete