返回码 | 返回消息 | 描述 |
---|---|---|
510001 | 参数错误 | 必填项为空、参数长度不符合等参数异常情况 |
511046 | 该人员不存在 |
curl --location --request DELETE 'https://api2.hik-cloud.com/api/v1/estate/system/person/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 200,
"message": "操作成功"
}