---
title: returnLineItemRemoveFromReturn - GraphQL Admin
description: Removes return lines from a return.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ReturnLineItemRemoveFromReturn
  md: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ReturnLineItemRemoveFromReturn.md
---

# return​Line​Item​Remove​From​Return

mutation

Requires `write_returns` access scope. Also: The user must have `return_orders` permission.

Deprecated. Use [removeFromReturn](https://shopify.dev/docs/api/admin-graphql/latest/mutations/removeFromReturn) instead.

Removes return lines from a return.

## Arguments

* return​Id

  [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  required

  The ID of the return for line item removal.

* return​Line​Items

  [\[Return​Line​Item​Remove​From​Return​Input!\]!](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ReturnLineItemRemoveFromReturnInput)

  required

  The return line items to remove from the return.

***

## Return​Line​Item​Remove​From​Return​Payload returns

* return

  [Return](https://shopify.dev/docs/api/admin-graphql/latest/objects/Return)

  The modified return.

* user​Errors

  [\[Return​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnUserError)

  non-null

  The list of errors that occurred from executing the mutation.

***

## Examples

* ### returnLineItemRemoveFromReturn reference