teams app remove
Removes a Teams app from the organization's app catalog
Usage
m365 teams app remove [options]
Options
-i, --id [id]ID of the Teams app to remove. Needs to be available in your organization's app catalog. Specify either
idorname.-n, --name [name]Name of the Teams app to remove. Needs to be available in your organization's app catalog. Specify either
idorname.-f, --forceDon't prompt for confirming removing the app.
-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
You can only remove a Teams app as a global administrator.
Examples
Remove the Teams app by ID from the organization's app catalog. Will prompt for confirmation before actually removing the app.
m365 teams app remove --id 83cece1e-938d-44a1-8b86-918cf6151957
Remove the Teams app by name from the organization's app catalog. Don't prompt for confirmation.
m365 teams app remove --name HelloWorld --force
Response
The command won't return a response on success.