Applications
Detach Number from Application
Remove the link between a phone number and a voice application. The number stays in your account inventory but no longer routes incoming calls to the app.
DELETE
Detach Number from Application
Remove the link between a phone number and a voice application. After detaching, incoming calls to that number will no longer route through the application - the number remains in your account inventory and can be attached to a different application.
This endpoint takes no request body.
This operation lives under the numbers path (lowercase):
DELETE /api/v1/Account/{auth_id}/numbers/{number}/application. Detach every number bound to an application before you delete the application, otherwise the delete returns a 409.Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth Token
string
required
Your Vobiz account ID, for example
MA_XXXXXXXX.Path parameters
string
required
Your Vobiz account ID. Use the same value in
X-Auth-ID.string
required
The E.164-formatted phone number to detach, URL-encoded (
+ → %2B). Example: %2B1234567890.Example request
cURL
Response
Success Response (200 OK)
Edge cases
- Detaching a number with no application is effectively a no-op - there is nothing to unlink.
- Number not in your account returns a
404. URL-encode the number (+→%2B). - Detaching does not release the number from your account; it only clears the routing binding. To stop incoming calls entirely, also release the number from inventory.