teams tab remove¶
Removes a tab from the specified channel
Usage¶
m365 teams tab remove [options]
Options¶
-i, --teamId <teamId>
- The ID of the team where the tab exists
-c, --channelId <channelId>
- The ID of the channel to remove the tab from
-t, --tabId <tabId>
- The ID of the tab to remove
--confirm
- Don't prompt for confirmation
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Removes a tab from the specified channel. Will prompt for confirmation
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --tabId 06805b9e-77e3-4b93-ac81-525eb87513b8
Removes a tab from the specified channel without prompting for confirmation
m365 teams tab remove --teamId 00000000-0000-0000-0000-000000000000 --channelId 19:00000000000000000000000000000000@thread.skype --tabId 06805b9e-77e3-4b93-ac81-525eb87513b8 --confirm
Additional information¶
- Delete tab from channel: https://docs.microsoft.com/en-us/graph/api/teamstab-delete?view=graph-rest-1.0