Delete attendance record
Deletes an attendance record for a specific date.
What happens:
- The attendance record for the specified date is permanently deleted
- This action cannot be undone
- Deleted records are marked with a deletion timestamp
Note: This endpoint is only available for employee accounts. Attendance tracking must be enabled in the workspace settings. You can only delete your own attendance records.
DELETE
/attendanceAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredRequest body
requiredapplication/jsondatestringrequiredDate of the attendance record to delete in ISO 8601 format (YYYY-MM-DD). The attendance record for this date will be permanently deleted.
Responses
200
Attendance record deleted successfully
successbooleanrequiredOperation success flag
400
Validation errors
errorsobjectShow propertiesHide properties
datestring[]messagestringstatusCodenumber401
Unauthorized - Invalid or missing authentication token
403
Not an employee or attendance not enabled in workspace
messagestringstatusCodenumber