deleteSite
Remove a Hub Site
This simply removes the Site item, and it's associated domain records. This does not remove any Teams/Groups or content associated with the Site
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
| id Required | string | ||
| requestOptions Required | IHubRequestOptions |
Available requestOptions
| Property | Type | Notes |
|---|---|---|
| Optional | ArcGISIdentityManager | |
| Optional | function(input: RequestInfo, init: RequestInit) : Promise<Response> |
The implementation of |
| Optional | string | |
| Optional | boolean | |
| Optional | IHubRequestOptionsPortalSelf |
Returns
Promise<void>
Function defined in common/src/sites/HubSites.ts:425