# cartLinesRemove - storefront - MUTATION Version: 2024-04 ## Description Removes one or more merchandise lines from the cart. ### Access Scopes ## Arguments * [cartId](/docs/api/storefront/2024-04/scalars/ID): ID! - The ID of the cart. * [lineIds](/docs/api/storefront/2024-04/scalars/ID): ID! - The merchandise line IDs to remove. The input must not contain more than `250` values. ## Returns * [cart](/docs/api/storefront/2024-04/objects/Cart): Cart The updated cart. * [userErrors](/docs/api/storefront/2024-04/objects/CartUserError): CartUserError! The list of errors that occurred from executing the mutation. ## Examples