--- title: orderEditRemoveDiscount - GraphQL Admin description: Removes a discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). api_version: 2026-01 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordereditremovediscount md: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordereditremovediscount.md --- # order​Edit​Remove​Discount mutation Requires `write_order_edits` access scope. Also: The user must have apply\_discounts\_to\_orders permission. Removes a discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). ## Arguments * discountApplicationId * id *** ## Order​Edit​Remove​Discount​Payload returns * calculatedOrder * orderEditSession * userErrors *** ## Examples * ### orderEditRemoveDiscount reference