Delete a schedule
schedule
Delete a schedule
Permanently delete a schedule.
Removes the record from storage and unregisters the APScheduler job.
Args:
schedule_id (str): ID of the schedule to delete.
user_id (str): Authenticated user ID.
storage (StorageBase): Storage instance.
scheduler (SchedulerManager): Scheduler manager.
Raises:
HTTPException: 404 if the schedule does not exist.
DELETE
Delete a schedule
Documentation Index
Fetch the complete documentation index at: https://docs.agentscope.io/llms.txt
Use this file to discover all available pages before exploring further.