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/738E-35C9-9115-4AAD-8063/sites/856b5864-0882-4412-a6ff-ceb96f064bcc/groups/ecee7b94-6cc8-48f4-832e-2ee073a8fe24?newGroupId=74ad2d96-7279-426a-8066-db441abe17e9
|
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).