# orderEditRemoveLineItemDiscount - admin - MUTATION Version: unstable ## Description Removes a line item discount that was applied as part of an order edit. ### Access Scopes `write_order_edits` access scope. ## Arguments * [discountApplicationId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the [calculated discount application](https://shopify.dev/api/admin-graphql/latest/interfaces/calculateddiscountapplication) to remove. * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the [calculated order](https://shopify.dev/api/admin-graphql/latest/objects/calculatedorder) or the order edit session to edit. This is the edit from which the line item discount is removed. ## Returns * [calculatedLineItem](/docs/api/admin/unstable/objects/CalculatedLineItem): CalculatedLineItem The calculated line item after removal of the discount. * [calculatedOrder](/docs/api/admin/unstable/objects/CalculatedOrder): CalculatedOrder An order with the edits applied but not saved. * [orderEditSession](/docs/api/admin/unstable/objects/OrderEditSession): OrderEditSession The order edit session with the edits applied but not saved. * [userErrors](/docs/api/admin/unstable/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples