Cart
Remove from cart
Removes the listed phone numbers from the purchase cart.
delete/v1/buy/cart
Request body
Example request
{
"ids": [
"541139862174",
"541139862175"
]
}Response
Returns a success confirmation. The numbers are removed from the cart.
Example response
{
"success": true
}