Archive a schedule (soft delete). The schedule is not permanently removed.
archive. Archived schedules are excluded from the default List Schedules response but can still be retrieved by explicitly filtering with status=archive.
This operation is not reversible through the API. To restore an archived schedule, use the Update Schedule endpoint to change its status back to draft or off.
true if the schedule was archived successfully.true confirming the schedule has been moved to archive status.| HTTP Status | Error Code | Description |
|---|---|---|
| 401 | unauthorized | API key is missing, invalid, or revoked. |
| 404 | not_found | No schedule exists with the given ID. |