Introduction
Removes one or more applications from a device using winget package IDs. Use this to enforce software policies, clean up unwanted apps, or remove applications when a device changes roles.
Uninstall Winget Package
Open an automation and add a new action step.
Under App management, select Uninstall winget package.
In the Package(s) field, enter the winget package ID for each app you want to remove. Press
Tabor type a comma to add additional packages.Click Save.
โน๏ธ NOTE: The Package(s) field is required. You can't save the action without at least one package ID.
๐ก TIP: Find exact package IDs at winstall.app or by running winget list on a device that has the app installed.
Conditions
Restrict when this action runs based on device attributes or the outcome of a previous action. Expand the Conditions section to add conditions.
See Action Conditions for the full reference on condition types, operators, and values.
Additional Options
Expand Additional options for settings including action name, failure behavior, output variables, and retries.
See Actions Overview for the full reference on additional options available on every action.
FAQ
What if the package isn't installed on the device? Winget will report that the package isn't found and the action completes without error. It won't fail the automation run.
Do I need to add an Install Winget step first? No. If Level's winget isn't on the device yet, this action installs it automatically before running.
Can I uninstall multiple apps in one step? Yes. Add as many package IDs as needed, separated by
Tabor a comma.Will the end user see anything? Potentially. Some uninstallers show a brief UI or progress window even when run silently. Test against your target apps before deploying broadly.
Who can configure this action? Any technician with permission to create or edit automations in the relevant group.

