---
title: "Remove all stored cart information e.g. items, deliveries, billing address and returns the empty cart."
method: DELETE
path: "/api/v1/cart"
tags: ["Cart"]
---

# Remove all stored cart information e.g. items, deliveries, billing address and returns the empty cart.

`DELETE /api/v1/cart`

## Response `200`

OK

- ControllerCartAPIResult
  - `CartTeaser` CartTeaser
    - `DeliveryCodes` string[]
    - `ItemCount` integer
    - `ProductCount` integer
  - `CartValidationResult` ValidationResult
    - `CommonErrorMessageKey` string
    - `HasCommonError` boolean
    - `ItemResults` ValidationItemValidationError[]
      - `ErrorMessageKey` string
      - `ItemID` string
  - `Data` unknown
  - `DataValidationInfo` object
  - `Error` CartResultError
    - `Code` string
    - `Message` string
  - `Success` boolean

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/i-love-flamingo/apis/flamingo-commerce-api-spec.md) · [All operations](https://skmtc.net/i-love-flamingo/apis/flamingo-commerce-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/i-love-flamingo/flamingo-commerce-api-spec/versions/b7749eb201b8/schema)
