cURL
curl --request DELETE \ --url https://api.olostep.com/v1/schedules/{schedule_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "schedule_id": "<string>" }
Deletes a schedule by its ID. This will stop any future executions and remove the schedule from EventBridge.
Bearer authentication header of the form Bearer , where is your auth token.
Unique identifier for the schedule to be deleted. Must start with 'schedule_'.
^schedule_
Schedule deleted successfully.
Success message
The ID of the deleted schedule
Was this page helpful?