Skip to main content
DELETE
/
v1
/
schedules
/
{schedule_id}
Delete Schedule
curl --request DELETE \
  --url https://api.olostep.com/v1/schedules/{schedule_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "schedule_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schedule_id
string
required

Unique identifier for the schedule to be deleted. Must start with 'schedule_'.

Response

Schedule deleted successfully.

message
string

Success message

schedule_id
string

The ID of the deleted schedule