URL

DELETE https://{api-url}/api/v2/tenants/{tenantId}/deviceGroups/{deviceGroupId}/childs

Sample URLs

https://{api-url}/api/v2/tenants/client_10/deviceGroups/DGP-7f14f667-7839-4446-a3ed-a66150ee08c1/childs

Parameters

Both fields are mandatory:

FieldData TypeDescription
idStringDevice unique ID.
typeStringDevice/Resource type.

Sample request

[
	{
		"id": "042761ba-542e-4a7a-8e38-3ebbea7eeb16"
	},
	{
		"id": "023471da-698b-3a2e-1e93-6dbaca8eea23"
	},
	{
		"id": "855eb82e-3064-40a1-a26e-77efabe300da"
	}
]

Sample response

Null

-