teams user app remove
Uninstall an app from the personal scope of the specified user
Usage
m365 teams user app remove [options]
Options
--id [id]The unique id of the app instance installed for the user. Specify either
idorname.--name [name]Name of the app instance installed for the user. Specify either
idorname.--userId [userId]The ID of the user to uninstall the app for. Specify either
userIdoruserName.--userName [userName]The UPN of the user to uninstall the app for. Specify either
userIdoruserName.-f, --forceConfirm removal of app for user.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
The id has to be the id of the app instance installed for the user.
Do not use the ID from the manifest of the zip app package or the id from the Microsoft Teams App Catalog.
Examples
Uninstall an app by id for the specified user.
m365 teams user app remove --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userId 2609af39-7775-4f94-a3dc-0dd67657e900
Uninstall an app by id for the specified user using its UPN.
m365 teams user app remove --id YzUyN2E0NzAtYTg4Mi00ODFjLTk4MWMtZWU2ZWZhYmE4NWM3IyM0ZDFlYTA0Ny1mMTk2LTQ1MGQtYjJlOS0wZDI4NTViYTA1YTY= --userName admin@contoso.com
Uninstall an app by name for the specified user.
m365 teams user app remove --name HelloWorld --userId 2609af39-7775-4f94-a3dc-0dd67657e900
Response
The command won't return a response on success.