Stopping the timer through API: stop_timer


Sample stop_timer request

?action=stop_timer&timer=TIMER_ID
Stops and saves selected running timer

Required parameters:
  • timer — timer ID (can be obtained through get_timers method)

Sample JSON response
If the request succeeds, the response will contain ok status

{
    "status": "ok"
}