Cancel a scheduled Setell quote send
setell_cancel_scheduled_sendCancel a pending scheduled send on a job's latest quote, returning the previous schedule time or null if none was pending.
Instructions
Clear a pending scheduled send on the latest quote of a job. Returns the previous schedule time (or null if none was pending). No-op if no schedule is pending. The cron will skip the quote on its next tick regardless — the atomic claim requires scheduledSendAt to match what the cron read, which a cancel invalidates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id whose latest quote should have its pending schedule cleared. |