Agent Schedules
Delete schedule
Permanently removes a schedule from NATS, Mongo, and the Redis cache.
delete/v3/agents/{agent_key}/schedules/{schedule_id}
Path parameters
agent_keystring required
The unique routing key of the agent the schedule belongs to.
The unique routing key of the agent the schedule belongs to.
schedule_idstring required
The schedule's ULID, as returned from create.
The schedule's ULID, as returned from create.
Response
Schedule deleted.