Delete Production Schedule Line
BetaDELETE
/v1/operations/production-schedules/{id}/lines/{line_id}This endpoint is idempotent. Learn more
Removes a campaign from a schedule.
The deviation log keeps a full snapshot of the removed line, so the change stays readable after the line itself is gone. Removing from a frozen week requires a reason.
Permissions requiredValues:production_schedules:update
The role behind your API key or agent must grant every one of these permissions.
idstringID of the production schedule.
line_idstringID of the schedule line.
reasonoptional stringenumValues:machine_downmaterial_shortagerush_orderWhy the campaign was removed. Required when it sits in a frozen week.
reason_noteoptional stringFree-form explanation of the change.
Responses
200
Successful response for Delete Production Schedule Line