---
title: "Removes registration products from the guest's cart based on the passed URIs."
method: DELETE
path: "/ond/signup/remove-preselections"
---

# Removes registration products from the guest's cart based on the passed URIs.

`DELETE /ond/signup/remove-preselections`

Removes registration products from the guest's cart based on the passed URIs.

## Request body

- object
  - `uris` string[], required
  - `ignoreProductIds` integer[], required
  - `guestCart` GuestShoppingCart
    - `sessionId` string — Get the the sessionId
    - `date` string, date — Get the current date they are shopping for
    - `items` ShoppingCartItem[] — Get the shopping cart items for the current guest.
    - `itemsSubtotal` number — Returns the subtotal of current cart items.
    - `coupon` Coupon
    - `preselectedCartItems` ShoppingCartItem[] — Get the preselected shopping cart items for the current guest.

## Response `200`

removePreselections 200 response

---

[API](https://skmtc.dev/mamaearth/apis/mama-earth-api.md) · [All operations](https://skmtc.dev/mamaearth/apis/mama-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mamaearth/mama-earth-api/revisions/42b90383d711/schema)
