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/E465-8DDD-95D7-4218-B987/sites/4d65793d-42f1-4287-96ae-f86aaa597115/groups/a250f2cb-7e2d-4aa5-a3a8-5a29382afac7?newGroupId=9d52d692-7f21-4e5b-9ae7-f2aad0a8f038
|
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).