DELETE /service/api/console/gsm/{gsmKey}/sites/{siteId}/groups/{groupId}
?newGroupId={newGroupId}
Deletes a group under a given GSM site.
Request Information
URI Parameters
Name | Description | Type | Additional Information |
---|---|---|---|
gsmKey |
The GSM console keycode. |
string |
Required |
siteId |
The site identifier. |
string |
Required |
groupId |
The group identifier. |
string |
Required |
newGroupId |
The id of the new group to where endpoints from the deleted group are moved to. If not specified, the endpoints are moved to the default group. |
string |
None. |
URI Sample(s)
DELETE
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/F742-6B1F-6812-41EE-A227/sites/579f137f-0269-443e-8dee-98f784170a36/groups/dd7b43bb-924a-4e19-b254-c239d0f053a6?newGroupId=8de0ba30-3858-47e8-9794-68f251a2695d
|
Body Parameters
None.
Response Information
Resource Description
None. If successful, this API action does not return any data and the response status code will be 204 (No Content).