Delete Production Schedule Line
Beta/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.
Only a draft or a published version can be edited; a superseded or archived version is history. Removing a campaign whose week has already been released does not remove the batches it created; those live on the production run and have to be dealt with there.
idstringID of the production schedule.
line_idstringID of the schedule line.
reasonoptional stringenumValues:machine_downmaterial_shortagerush_orderWhy the campaign was removed.
Required when the campaign sits in a frozen week, since that is a commitment being broken.
reason_noteoptional stringFree-form explanation of the change.
Responses
Successful response for Delete Production Schedule Line