spo hubsite unregister¶
Unregisters the specified site collection as a hub site
Usage¶
m365 spo hubsite unregister [options]
Options¶
-u, --url <url>
- URL of the site collection to unregister as a hub site
--confirm
- Don't prompt for confirming unregistering the hub site
-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
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
Important
To use this command you must be a Global or SharePoint administrator.
If the specified site collection is not registered as a hub site, you will get a hubSiteId
error.
Examples¶
Unregister the site collection with URL https://contoso.sharepoint.com/sites/sales as a hub site. Will prompt for confirmation before unregistering the hub site.
m365 spo hubsite unregister --url https://contoso.sharepoint.com/sites/sales
Unregister the site collection with URL https://contoso.sharepoint.com/sites/sales as a hub site without prompting for confirmation.
m365 spo hubsite unregister --url https://contoso.sharepoint.com/sites/sales --confirm
Response¶
The command won't return a response on success.
More information¶
- SharePoint hub sites new in Microsoft 365: https://techcommunity.microsoft.com/t5/SharePoint-Blog/SharePoint-hub-sites-new-in-Office-365/ba-p/109547