Last Updated on : 2024-06-29 01:34:13download
Delete devices from the specified group based on the group ID and device IDs.
DELETE: /v2.0/cloud/thing/group/{group_id}/devices
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
group_id | Long | path | true | The ID of the specified group. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | body | true | The list of up to 20 device IDs, separated with commas (,). |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The list of returned data. |
success | Boolean | Indicates whether the operation is successful. Valid values:
|
t | Long | The timestamp. |
tid | String | The link ID. |
DELETE: /v2.0/cloud/thing/group/12856***/devices
{
"device_ids": "vdevo16381*****,5529739***"
}
{
"tid": "555835dab32211edaa2fba12a1143bd9",
"result": true,
"t": 1677119556240,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback