delete_timer
Delete a time tracker permanently to remove mistakenly started timers. The record is gone and cannot be recovered.
Instructions
Delete a time tracker entirely (e.g. cancel a mistakenly-started one). Unlike subtasks, timer deletion is hard — the record is gone, not soft-flagged.
Returns None because the API responds with an empty body to
DELETE /time_trackers/{id}.json. The caller should treat the
timer id as invalidated after this call.
Failure modes: KanbanToolHTTPError(404) when the timer id is
unknown, was already deleted, or belongs to another user (the API
scopes timer ids to the authenticated user). Use list_my_timers()
to confirm the current set of timer ids you own before retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |