Last Updated on : 2023-06-21 07:12:53download
Unbind access control devices from a specified access control rule.
POST: /v1.0/iot-02/access-controls/{access_control_id}/actions/device-unbind
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
access_control_id | String | uri | true | The ID of a specified access control rule. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | true | The device ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
POST: /v1.0/iot-02/access-controls/146304353014959****/actions/device-unbind
{
"device_id": "vdevo16370312991****"
}
{
"result": true,
"t": 1637651734297,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback