---
title: "Clear cart"
method: POST
path: "/clear"
tags: ["cart"]
---

# Clear cart

`POST /clear`

Removes all items from the customer's cart.

## Response `200`

Cart cleared successfully.

- ClearResponse
  - `message` string — Message indicating the result of clearing the cart.

## Other responses

- `406` — Cart clearing failed.

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/versions/2031b047ca5f/schema)
