---
title: "Stops a job tracking timer. Stopping a work order timer, or one of the job operation timers it holds, stops the whole work order timer."
method: POST
path: "/api/job-tracking-timers/stop"
tags: ["Job Tracking Timers"]
---

# Stops a job tracking timer. Stopping a work order timer, or one of the job operation timers it holds, stops the whole work order timer.

`POST /api/job-tracking-timers/stop`

## Request body

- JobTrackingTimerStopTimerDto — Model for stopping a timer
  - `userId` string, nullable — The user identifier to associate the timer to. If not supplied, will use the user assigned to the api key used for authorization
  - `timerId` string, required — The timer identifier. A work order timer, or a job operation timer held by one, stops the whole work order timer

## Response `200`

OK

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/df59e1af68d7?raw)
