Cancel Scheduled Callback
timer_cancelCancel a pending timer using the id returned by timer_schedule. The id is the authorization: holding it is what proves you scheduled the timer, so keep it secret. Already-delivered or already-cancelled timers return cancelled=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The timer id returned by timer_schedule. |