# orderEditRemoveLineItemDiscount - admin-graphql - MUTATION Version: 2024-10 ## 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-graphql/2024-10/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-graphql/2024-10/scalars/ID): ID! - The ID of the [calculated order](https://shopify.dev/api/admin-graphql/latest/objects/calculatedorder) from which to remove the discount. ## Returns * [calculatedLineItem](/docs/api/admin-graphql/2024-10/objects/CalculatedLineItem): CalculatedLineItem The calculated line item after removal of the discount. * [calculatedOrder](/docs/api/admin-graphql/2024-10/objects/CalculatedOrder): CalculatedOrder An order with the edits applied but not saved. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples