---
title: "Delete a time entry"
method: DELETE
path: "/timeEntries/{id}"
tags: ["Time Entries"]
---

# Delete a time entry

`DELETE /timeEntries/{id}`

Delete a time entry

## Response `200`

Time Entry deleted

- object
  - `success` boolean
  - `data` object
    - `id` string

## Other responses

- `401` — Error: Unauthorized
- `403` — Forbidden access or subscription and trial phase ended.
- `404` — Resource or page not found.

---

[API](https://skmtc.net/timelink/apis/timelink-api.md) · [All operations](https://skmtc.net/timelink/apis/timelink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timelink/timelink-api/versions/113f9953e62a/schema)
