Delete a solution
cs_delete_solutionDelete a Power Platform solution by name, either unmanaged (keeping components) or managed (removing components). Confirm required to apply changes; otherwise performs a dry run.
Instructions
pac solution delete: delete an unmanaged solution container (its components stay in the environment) or uninstall a managed one (its components are removed). Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Solution unique name | |
| confirm | No | Required to actually perform a change in a live environment. Without it the tool returns a dry run. | |
| environment | No | Environment id or URL. Defaults to the active pac auth profile. |