Delete agent schedule
DELETE/v2/agents/:agent_key/schedules/:schedule_key
Deletes an agent schedule. This stops all future executions of the schedule.
Sessions that were previously created by this schedule are not deleted and remain accessible.
Request
Responses
- 204
- 403
- 404
The schedule is deleted.
Permissions do not allow deleting this schedule.
Agent or schedule not found.