Discard timer
documentedDiscard a running timer.
DELETE /v2/projects/{project_id}/timer/{timer_id}Timersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.nokotime.com/v2/projects/{{$project_id}}/timer" \
-X DELETE \
-H "X-NokoToken: {{LETSFRECKLE_API_KEY}}" \
-H "Accept: application/json" \
-H "User-Agent: Keychains/Noko-Integration"