Delete phone number
Phone numbers
Delete phone number
DELETE /v1/phone-numbers/:phoneNumber
DELETE
Delete phone number
Disconnects a number from your Nixflex account. Clears Twilio webhook config so calls no longer route to the engine, then removes the row from our database.
URL-encode the
Two API calls, clean separation — Nixflex stops routing, you handle Twilio billing.
Request
+ if your HTTP client doesn’t do it automatically: %2B447446466847.
Response
200 OK:
What this does NOT do
Reversible
Deleting just clears webhooks and the database row. Re-importing the same number with the same data restores everything. Useful for testing.Errors
| Code | HTTP | Cause |
|---|---|---|
number_not_found | 404 | Number doesn’t exist OR belongs to a different account |