---
title: "Remove from cart"
method: DELETE
path: "/v1/buy/cart"
tags: ["Cart"]
---

# Remove from cart

`DELETE /v1/buy/cart`

Removes the listed phone numbers from the purchase cart.

## Request body

- object
  - `ids` string[], required — Phone numbers to remove from the cart.

## Response `200`

Returns a success confirmation. The numbers are removed from the cart.

- object
  - `success` boolean, required — Indicates whether the request was successful.

## Other responses

- `400` — Request failed. Missing or invalid parameter <param_name>
- `403` — Request failed. The feature is disabled for your account.
- `404` — Request failed. An object with the specified ID is not found.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
