manage:attendance permission. Writes an audit row carrying the caller-supplied justification. Events are never deleted. Voiding marks the punch so recompute ignores it, which keeps the evidence trail intact and the correction reversible.core.session_token: ********************Authorization: Bearer ********************curl --location --request DELETE '/attendance/admin/events/' \
--header 'Content-Type: application/json' \
--data '{
"reason": "string"
}'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": {
"id": "string",
"date": "2019-08-24",
"slotId": "string",
"outcome": "PENDING",
"reasonId": "string",
"checkInAt": "string",
"checkOutAt": "string",
"isLate": true,
"lateMinutes": 0,
"isEarlyLeave": true,
"earlyLeaveMinutes": 0,
"missingCheckIn": true,
"missingCheckOut": true,
"workMinutes": 0,
"note": "string"
}
}