Last Updated on : 2023-06-20 12:39:05
Based on the ID of a Tuya-enabled device, the partner cloud unbinds the specified device from a user.
POST: /v1.0/cloud/thing/devices/{device_id}/unbind
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of the specified Tuya-enabled device. |
Parameter name | Type | Description |
---|---|---|
result | FusionResult | The response result. |
Description of result
Parameter name | Type | Description |
---|---|---|
result | Object | The returned result. |
code | String | 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. |
POST: /v1.0/cloud/thing/devices/6cf4171005d11e2ca7****/unbind
{
"result": true,
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback