Use this endpoint to remove the assignment between a phone number and a SIP trunk. After unassignment, the number remains in your account inventory but no longer routes calls through the previously assigned trunk.
Authentication required:
X-Auth-ID - Your account Auth ID
X-Auth-Token - Your account Auth Token
Content-Type: application/json
Warning: Unassigning a number from a trunk immediately stops routing inbound calls to that number. Ensure you have an alternative routing configuration, or reassign the number to a different trunk if you want to continue receiving calls.
URL Encoding Notice: Always encode the phone number in the URL. Use %2B instead of the + symbol. For example: %2B912271264217 (not +912271264217). Failure to encode properly may result in a 404 error.
Note: This endpoint uses the DELETE HTTP method on the same URL path as the assignment endpoint. No request body is required.
Your unique Vobiz account identifier (e.g., MA_XXXXXXXX). Must match your X-Auth-ID header.
PHONE_NUMBER
string
Yes
Phone number to unassign, URL-encoded. Use %2B instead of + (e.g., %2B912271264217).
No Request Body Required: The DELETE method does not require a request body. The phone number specified in the URL will be unassigned from its currently associated trunk.
After unassignment, you can confirm the change by listing numbers (the trunk_group_id will be absent) and by retrieving the trunk to confirm it no longer references this number.