---
title: "Delete Timesheet Clock Entries"
method: POST
path: "/api/v1/time_tracking/clock_entries/delete"
tags: ["Time Tracking", "Public API"]
---

# Delete Timesheet Clock Entries

`POST /api/v1/time_tracking/clock_entries/delete`

Deletes one or more timesheet clock entries by their IDs. Delete operations are idempotent; deleting already-removed entries does not require client retries.

OAuth Scopes: time_tracking.write

## Request body

- ClockEntryIdsSchema — Request body schema for operations involving multiple clock entry IDs
  - `clockEntryIds` integer[], required — Array of clock entry IDs to process

## Response `204`

Entries deleted successfully. No content returned.

## Other responses

- `400` — Bad request parameters - missing or invalid clockEntryIds.
- `401` — Unauthorized. Invalid API credentials.
- `403` — Forbidden. Insufficient permissions or timesheet already approved.
- `409` — One or more entries are still clocked in; clock out before deleting.
- `412` — Precondition failed - invalid company configuration or timezone.
- `500` — Server error.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/revisions/19ebf391a399/schema)
