---
title: "Delete an attendance entry"
method: DELETE
path: "/attendance/entries/{entryId}"
tags: ["Attendance"]
---

# Delete an attendance entry

`DELETE /attendance/entries/{entryId}`

Delete an attendance entry by ID.

## Path parameters

- `entryId` integer, required

## Response `204`

Attendance entry deleted successfully

## Other responses

- `401` — Authentication failed. Check your service user credentials
- `403` — The service user or token is missing the required permissions to access the requested data
- `404` — Feature not enabled or entry not found
- `429` — Rate limit exceeded - see <a href="https://apidocs.hibob.com/reference/attendance#rate-limiting" target="_blank">Rate limits</a>
- `500` — An unexpected error occurred. Try again or contact support if the issue persists.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
