Maximize productivity with personalized, automated calling

Voice Self-Service for your growing business needs

Release Number

The number API allows you to release a phone number from your account.

Set header Accept (optional) = the expected response format

  • application/xml (default)
  • application/json

Params

apiKey Required The apiKey associates the API call with your account.
number Required The phone number to release from your account.

Responses

200 OK The message was successfully sent
400 Bad Request Invalid number
401 Unauthorized API was not authorized
500 Internal Server Error

Example CURL Commands
Copy the command and replace with your {apiKey} and {number} params.

curl -X DELETE "https://api.nimblevox.com/number/{number}?apiKey={apiKey}"
curl -X DELETE -H "Accept: "application/xml" "https://api.nimblevox.com/number/{number}?apiKey={apiKey}"

Questions?