Skip to content
Last updated

Delete the cron schedule for an automation to stop automatic executions.

DELETEhttps://api.aitronos.com/v1/streamline/automations/{automation_id}/schedule

Headers

Authorization string required

Path Parameters

automation_id string required

Returns

Returns 204 No Content on successful deletion. No response body is returned.

Bash
curl -X DELETE "https://api.aitronos.com/v1/streamline/automations/sauto_daily_report/schedule" \
  -H "Authorization: Bearer $FREDDY_SESSION_TOKEN"

Response:

{
  "success": true,
  "message": "Schedule removed successfully"
}