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