manage:fingerprint permission. Moves the device to DISABLED; its future taps are stored as raw logs but do not count towards attendance.core.session_token: ********************Authorization: Bearer ********************curl --location --request POST '/fingerprint/devices//disable'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"serialNumber": "string",
"model": "string",
"hostname": "string",
"ipAddress": "string",
"name": "string",
"notes": "string",
"status": "PENDING",
"lastSeenAt": "2019-08-24T14:15:22.123Z",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
}