unprotectGroup
FunctionunprotectGroup(requestOptions: IUserGroupOptions): Promise<{ success: boolean }>Unprotect a Group. See the REST Documentation for more information.
import { unprotectGroup } from '@esri/arcgis-rest-portal';
unprotectGroup({
  id: groupId,
  authentication
})
  .then(response)Parameters
| Parameter | Type | Notes | 
|---|---|---|
request | IUserGroupOptions | Options for the request  | 
Returns
Promise<{ success: boolean }>A Promise that will resolve with the success/failure status of the request