JSON_HBDInfo

JSON message about information of human body picture(s) to be deleted

{
  "HBDInfo":{
    "HBDID": "",
/*optional, string, ID of human body picture library*/ 
    "customHBDID": "",
/*optional, string, ID of custom human body picture library, the maximum length is 128*/
    "HBPList":[{
/*optional, list of human body pictures. When this node exists, it indicates that device supports deleting specified multiple pictures in a batch*/
      "HBPID": "",
/*optional, string, human body picture ID; the maximum length is 64*/
      "customHBPID": ""
/*optional, string, custom human body picture ID; the maximum length is 64*/
    }]
  }
}