Delete Production Schedule Item Setting
BetaDELETE
/v1/operations/production-schedule-settings/items/{item_id}This endpoint is idempotent. Learn more
Removes one item's planning overrides, returning it to the account defaults and its product line's conventions.
Fails with a not-found error when the item has no overrides, rather than reporting success: a mistyped item ID would otherwise read as a change that never happened.
Permissions requiredValues:production_schedules:update
The role behind your API key or agent must grant every one of these permissions.
item_idstringItem whose overrides are being removed.
Responses
200
Successful response for Delete Production Schedule Item Setting