cURL
curl --request DELETE \ --url 'https://api.wavix.com/v1/buy/cart?appid=' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "541139862174", "541139862175" ] } '
{ "success": true }
Use this method to remove phone numbers from the cart in your account.
An API key to authorize your request
Comma-separated list of phone numbers to remove
["541139862174", "541139862175"]
Indicates a successful request
true
Was this page helpful?