Delete Production Schedule Line

Beta
DELETE/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.
idstring

ID of the production schedule.

line_idstring

ID of the schedule line.

reasonoptional stringenumValues:machine_downmaterial_shortagerush_order

Why the campaign was removed. Required when it sits in a frozen week.

reason_noteoptional string

Free-form explanation of the change.

Responses

200

Successful response for Delete Production Schedule Line