Last Updated on : 2023-06-19 07:07:24
Used to delete the equipment in the designated room under the family.
DELETE: /v1.0/homes/{home_id}/rooms/{room_id}/devices
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
home_id | Long | uri | true | Family ID |
room_id | Long | uri | true | Room ID |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | List | true | Device ID list |
Description of device_ids
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_ids | String | false | The ID of the device to be deleted. Multiple devices can be deleted, separated by a comma (,) |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Return to device deletion status.
|
DELETE: /v1.0/homes/31****/rooms/234****/devices
{}
true
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback