Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
When a DID (phone number) is assigned to a sub-account, Vobiz enforces a 15-day cool-off period after the last call on that number. During the cool-off window, the DID cannot be unassigned from the sub-account and moved back to the parent pool. This protects against number-recycling abuse and ensures continuity for the sub-account’s customers.DIDs that have never been used (no call history) are exempt from the cool-off and can be unassigned immediately.
Assign a DID to a sub-account
Move a number from the parent pool to a specific sub-account.| Field | Type | Required | Description |
|---|---|---|---|
sub_account_id | string | Yes | The SA_ identifier of the sub-account to assign the number to |
Unassign a DID (cool-off enforced)
Move a number back from a sub-account to the parent pool.Cool-off error
If the DID had a call within the last 15 days, the request returns409:
409 Conflict
| Field | Description |
|---|---|
error | Always did_cool_off_in_effect when blocked |
cool_off_until | ISO 8601 timestamp when the cool-off expires |
cool_off_remaining_seconds | Remaining cool-off duration in seconds |
cool_off_until and retry the unassign request.
Summary
| Scenario | Result |
|---|---|
DID never used (last_call_at is null) | Unassigned immediately |
| DID last used more than 15 days ago | Unassigned immediately |
| DID last used within 15 days | 409 did_cool_off_in_effect |
Related
Phone Numbers
List and manage numbers on your account
Sub-Accounts
Sub-account object reference
Purchase Number
Buy numbers from the Vobiz inventory