v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Cart

Remove from cart

Removes the listed phone numbers from the purchase cart.

delete/v1/buy/cart

Request body

idsstring[] required

Phone numbers to remove from the cart.

Example request

{
  "ids": [
    "541139862174",
    "541139862175"
  ]
}

Response

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

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}