Delete Number from Cart

Delete a specific number from your cart

GET or POST Request

https://v1.api19.com/dids/cart/delete

Send us a GET or POST request with your key and the number (in the URI as key or as http password)

This deletes the number from your shopping cart.

Argument

Required

Type

number

yes

int

curl -X POST https://v1.api19.com/dids/cart/delete \
 -d 'number=3038821111' \
 -d 'key=your-key'

Last updated