---
title: "Stops the running timer on a timesheet entry. The elapsed time is added to the entry's duration."
method: DELETE
path: "/api/TimesheetTimer/{id}"
tags: ["TimesheetTimer"]
---

# Stops the running timer on a timesheet entry. The elapsed time is added to the entry's duration.

`DELETE /api/TimesheetTimer/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `UserID` integer
- `SendWebhooks` boolean

## Response `200`

Returns the timer stop result including final duration.

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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