Delete Numbers

Delete a specific number from your account GET or POST Request

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 your number from your account.

curl -X POST https://v1.api19.com/dids/delete \
 -d 'number=3038821111'
 -u 'api_token:api_token'

Last updated