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.
--confirmDon'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,response,full. Default isfull.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md. 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 with ID 83cece1e-938d-44a1-8b86-918cf6151957 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 with ID 83cece1e-938d-44a1-8b86-918cf6151957 from the organization's app catalog. Don't prompt for confirmation.
m365 teams app remove --id 83cece1e-938d-44a1-8b86-918cf6151957 --confirm
Response
The command won't return a response on success.