Last Updated on : 2023-06-19 07:05:55
Delete devices in batches by the device IDs. Multiple IDs are separated by a comma (,).
DELETE: /v1.0/iot-03/devices
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| device_ids | String | query | true | The IDs of the devices to be deleted. Multiple IDs are separated by a comma (,). Limit up to 20. |
| Parameter name | Type | Description |
|---|---|---|
| result | Boolean |
DELETE: /v1.0/iot-03/devices?device_ids=xxxid1,xxxxid2
{
"result": true,
"t": 1591872112140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback