---
title: CartDeliveryAddressesRemovePayload - Storefront API
description: Return type for `cartDeliveryAddressesRemove` mutation.
api_version: 2026-04
api_name: storefront
type: payload
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/payloads/CartDeliveryAddressesRemovePayload
  md: >-
    https://shopify.dev/docs/api/storefront/latest/payloads/CartDeliveryAddressesRemovePayload.md
---

# Cart​Delivery​Addresses​Remove​Payload

payload

Return type for `cartDeliveryAddressesRemove` mutation.

## Fields

* cart

  [Cart](https://shopify.dev/docs/api/storefront/latest/objects/Cart)

  The updated cart.

* user​Errors

  [\[Cart​User​Error!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartUserError)

  non-null

  The list of errors that occurred from executing the mutation.

* warnings

  [\[Cart​Warning!\]!](https://shopify.dev/docs/api/storefront/latest/objects/CartWarning)

  non-null

  A list of warnings that occurred during the mutation.

***

## Mutations with this payload

* [cart​Delivery​Addresses​Remove](https://shopify.dev/docs/api/storefront/latest/mutations/cartDeliveryAddressesRemove)

  mutation

  Removes delivery addresses from a [`Cart`](https://shopify.dev/docs/api/storefront/2026-04/objects/Cart) by their IDs, allowing batch removal in a single request.

  * cart​Id

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

    required

    ### Arguments

    The ID of the cart.

  * address​Ids

    [\[ID!\]!](https://shopify.dev/docs/api/storefront/latest/scalars/ID)

    required

    A list of delivery addresses by handle to remove from the cart.

    The input must not contain more than `250` values.

  ***

***

## Map

### Mutations with this payload

* [cart​Delivery​Addresses​Remove](https://shopify.dev/docs/api/storefront/latest/mutations/cartDeliveryAddressesRemove)
