返回码 | 返回消息 | 描述 |
---|---|---|
510001 | 参数错误 | 必填项为空、参数长度不符合等参数异常情况 |
511135 | 设备最多为50台 |
curl --location --request POST 'https://api2.hik-cloud.com/api/v1/estate/publish/actions/deleteProgram' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceIds": [
"0f8f9ecdbfab7c78238088a4e3c81f31",
"4e3c81f310f8b7c78238088af9ecdbfa"
]
}'
{
"code": 200,
"message": "操作成功",
"data": [
{
"deviceId": "系统错误",
"resultCode": 500
}
]
}