---
title: "Stops a time tracker and create time records from it"
method: DELETE
path: "/time_trackers/{id}/stop.json"
tags: ["Time trackers"]
---

# Stops a time tracker and create time records from it

`DELETE /time_trackers/{id}/stop.json`

## Path parameters

- `id` string, required

## Response `200`

time log created

## Other responses

- `400` — time tracker not stopped
- `401` — missing or wrong api key
- `403` — insufficient permissions
- `404` — nothing found

---

[API](https://skmtc.dev/hicknhack-software/apis/hourglass-api.md) · [All operations](https://skmtc.dev/hicknhack-software/apis/hourglass-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hicknhack-software/hourglass-api/revisions/42cc6d20ab5d/schema)
