Skip to main content
DELETE
/
api
/
v1
/
schedules
/
{schId}
curl -X DELETE \
  -H "Authorization: Bearer alf_your_key_here" \
  /api/v1/schedules/surveyor-daily
{
  "message": "Schedule deleted"
}
Permanently delete a workflow schedule. Any workflows that have already been started by this schedule will continue running — only future scheduled executions are prevented.
schId
string
required
The schedule ID to delete
curl -X DELETE \
  -H "Authorization: Bearer alf_your_key_here" \
  /api/v1/schedules/surveyor-daily
{
  "message": "Schedule deleted"
}