delete_schedule
Delete a schedule. The agent or workflow it targeted is untouched — only the recurring run goes.
To stop a schedule without losing it, use pause_schedule.
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
schedule_id | string | yes | The schedule id |
Returns#
json
{ "deleted": true, "schedule_id": "sched_abc123" }Errors#
error_type | When |
|---|---|
auth_error | Missing / invalid API key |
not_found | Unknown schedule id, or one outside your organization |