Skip to main content

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 id or name.

-n, --name [name]

Name of the Teams app to remove. Needs to be available in your organization's app catalog. Specify either id or name.

-f, --force

Don'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 is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs 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.

CTRL + M