Last Updated on : 2023-06-15 05:54:12
Remove devices from a custom dimension node. Up to 20 devices can be removed each time.
DELETE: /v1.0/iot-03/statistical-dimensions/{dimension_code}/nodes/{node_id}/devices
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
dimension_code | String | uri | true | The dimension code. |
node_id | String | uri | true | The ID of a specified dimension node. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
devices | List |
false | The list of devices. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of removal. |
DELETE: /v1.0/iot-03/statistical-dimensions/usage/nodes/123456/devices
{
"result": true,
"t": 1624525873263,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback