Last Updated on : 2023-06-20 12:39:05
Remove the device information based on the device ID.
DELETE: /v1.0/iot-03/3rdcloud/devices/{device_id}/remove
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of the specified Tuya-enabled device. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The response result. |
code | Boolean | The response code. It is empty when the request succeeded. |
msg | String | The message that is returned if the request fails. It is empty if the request is successful. |
success | Boolean | Indicates whether the request is successful. Valid values:
|
t | Long | The 13-digit timestamp of a response. |
DELETE: /v1.0/iot-03/3rdcloud/devices/6cf4171005d11e2ca7****/remove
{
"result": true,
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback