Last Updated on : 2023-06-21 07:12:54download
Unlink the inspection capability from an inspection device under a specified asset.
POST: /v1.0/iot-03/store-inspection/assets/{asset_id}/actions/device-unassign
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | uri | true | The ID of a specified asset. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | true | The ID of a specified inspection device. | |
device_type | Integer | true | The type of a specified inspection device. Set the value to 1 to represent AI inspection. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
POST: /v1.0/iot-03/store-inspection/assets/142324705862568****/actions/device-unassign
{
"device_id": "vdevo16281640933****",
"device_type": 1
}
{
"result": true,
"t": 1628164470304,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback