> ## Documentation Index
> Fetch the complete documentation index at: https://smithers-feat-claude-workflow-mirror.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# cronDelete

> Gateway RPC for deleting cron schedules.

* Method: `cronDelete`
* Scope: `cron:write`
* Transports: HTTP RPC, WebSocket RPC
* Request: `{ cronId }`
* Response: `{ cronId, removed: true }`

Errors are versioned as `v1` and include `InvalidRequest`, `Unauthorized`, `Forbidden`, `CronNotFound`, and `Internal`.
