cURL
curl --request DELETE \ --url https://api.wavix.com/v1/buy/cart \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "541139862174", "541139862175" ] } '
{ "success": true }
Removes phone numbers from the cart.
Bearer token using appid (Authorization: Bearer )
List of phone numbers to remove.
["541139862174", "541139862175"]
Numbers removed from the cart.
true
Was this page helpful?
Contact support