We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60a815 commit 98e463aCopy full SHA for 98e463a
sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOHubToHubAssociation.md
@@ -31,10 +31,10 @@ Use this cmdlet to remove the selected hub site from its parent hub.
31
### Example 1
32
33
```powershell
34
-Remove-SPOHubToHubAssociation -HubSiteId https://contoso.sharepoint.com/sites/Research
+Remove-SPOHubToHubAssociation -HubSiteId 6638bd4c-d88d-447c-9eb2-c84f28ba8b15
35
```
36
37
-This example removes <https://contoso.sharepoint.com/sites/Research> from its parent Hub.
+This example removes the site with the given id from its parent Hub.
38
39
## PARAMETERS
40
0 commit comments