Last Updated on : 2023-12-07 03:33:58
This API applies to scene switch devices. After binding, a switch in the scene switch can be unbound from the specified scene.
DELETE: /v1.0/devices/{device_id}/scenes/{scene_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The device ID. |
scene_id | String | uri | true | The scene ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
code | String | body | true | The code of a standard instruction. This value corresponds with the scene switch button. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
DELETE: /v1.0/devices/vdevo1575****00013095/scenes/EqFkQ79*****tjlkTm
{
"code": "scene_1"
}
{
"result": {
"success": true
},
"t": 1575972372805,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback