---
title: "Delete a timer entry"
method: DELETE
path: "/v1/time-track/{trackId}"
tags: ["Task Timer"]
---

# Delete a timer entry

`DELETE /v1/time-track/{trackId}`

Deletes a specific timer entry for the current user

## Path parameters

- `trackId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `200`

Time tracker deleted successfully

## Changes

- **2026-08-08** `237f5bbd4029` — 1 breaking, 1 info
  - removed the media type `application/hal+json` for the response with the status `200`
  - added the media type `application/vnd.hal+json` for the response with the status `200`

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/v1/time-track/:trackId/delete.md)

---

[API](https://skmtc.dev/astravue/apis/astravue-api.md) · [All operations](https://skmtc.dev/astravue/apis/astravue-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astravue/astravue-api/revisions/1bdcea1f4c99/schema)
