JSON_ClearData

JSON message about the conditions of deleting data from the card

{
  "ClearData":{
    "checkAll":true, 
/*optional, boolean, whether to delete all data*/
    "checkFingerprint":true, 
/*optional, boolean, whether to delete fingerprint data. This node is valid when the value of checkAll is false or the node checkAll does not exist*/
    "fingerprints":[1, 2], 
/*optional, array of int, address list of storage areas where the fingerprints to be deleted are stored. This node is valid when the node checkFingerprint exists. If this node does not exist, it indicates deleting all fingerprints*/
    "checkFacePicture":true, 
/*optional, boolean, whether to delete face data. This node is valid when the value of checkAll is false or the node checkAll does not exist*/
    "checkCustom":true
/*optional, boolean, whether to delete custom data. This node is valid when the value of checkAll is false or the node checkAll does not exist*/
  }
}