teams user app remove [options]
Uninstall an app from the personal scope of the specified user.
| Option | Description |
| ------------------------- | --------------------------------------------- |
| --appId <appId> | The ID of the app to uninstall |
| --userId <userId> | The ID of the user to uninstall the app for |
| --confirm | Confirm removal of app for user |
Uninstall app for user - https://docs.microsoft.com/en-us/graph/api/user-delete-teamsappinstallation?view=graph-rest-beta&tabs=http
I would like to work on this command if approved 馃槉
Great suggestion @aakashbhardwaj619 and thank you for your help. Its all yours 馃憦馃徎
Thanks @garrytrinder. Considering this is a delete operation, could you please confirm if I should also add the below as an option:
Option|Description
------|-----------
--confirm|Confirm removal of app for user
Good catch, of course, yes, we should provide a confirm option on remove commands.
Most helpful comment
Thanks @garrytrinder. Considering this is a
deleteoperation, could you please confirm if I should also add the below as an option:Option|Description
------|-----------
--confirm|Confirm removal of app for user