Manage Device Groups
Gets device group details and delete sdevice groups.
delete
/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}
Deletes a device group.
Notes
- Deleting a device group indicates removing the device group name and details.
- Resources under a deleted device group are retained and available in infrastructure APIs.
- Deleting a parent device group deletes child device groups.
Path Parameters
- clientId
Describes the clientId of the tenant
- resourceGroupId
Resource group uuid
get
/api/v2/tenants/{clientId}/deviceGroups/{resourceGroupId}
Gets the details of a device group.
Path Parameters
- clientId
Describes the clientId of the tenant
- resourceGroupId
Resource group uuid
00