Attendance

Delete an attendance record (admin)

Admin deletes an attendance record. Non-destructive: the row is tombstoned (voided_at/voided_by stamped) and hidden from every read, never physically removed — these are labour-law compliance records.

delete/api/attendance/records/{record_id}

Path parameters

record_idinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/attendance/records/{record_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.