spo group remove¶
Removes group from specific web
Usage¶
m365 spo group remove [options]
Options¶
-u, --webUrl <webUrl>
- Url of the web to remove the group from
--id [id]
- ID of the group to remove. Use ID or name but not both
--name [name]
- Name of the group to remove. Use ID or name but not both
--confirm
- Confirm removal of the group
-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 group with id 5 from web https://contoso.sharepoint.com/sites/mysite
m365 spo group remove --webUrl https://contoso.sharepoint.com/sites/mysite --id 5
Removes group with name Team Site Owners from web https://contoso.sharepoint.com/sites/mysite
m365 spo group remove --webUrl https://contoso.sharepoint.com/sites/mysite --name "Team Site Owners"