[v3] Timer

Cancel running timer

Cancel the current timer for the authenticated user without creating or updating a time entry. Use the stop endpoint when tracked time should be saved. The operation is idempotent when no timer is running.

delete/v3/timer

Query parameters

timerIdinteger
Example:501

Running timer id. When omitted, the current user timer is cancelled.

Response

Timer cancelled, or no timer was running.

Changes