# orderEditRemoveLineItemDiscount - admin - MUTATION
Version: 2024-04

## 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/2024-04/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/2024-04/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/2024-04/objects/CalculatedLineItem): CalculatedLineItem The calculated line item after removal of the discount.
* [calculatedOrder](/docs/api/admin/2024-04/objects/CalculatedOrder): CalculatedOrder An order with the edits applied but not saved.
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples