Phone Numbers
Release a Phone Number
Release a Vobiz phone number for an account-specific fee, with a 24-hour cancellation window or an immediate-release option.
DELETE
Release a number
pending_release for 24 hours before it completes.
Authentication required:
X-Auth-ID- Your Auth ID (e.g.,{auth_id})X-Auth-Token- Your account Auth TokenContent-Type: application/json
During the 24-hour cooldown, use Cancel Release to keep the number. An immediate release cannot be cancelled.
If you cancel a standard release while it is still pending, Vobiz refunds the full release fee to your account balance.
Release fee
The amount charged for unrenting a number comes from your account’s pricing configuration. It is separate from the recurring monthly rental fee that stops after release.- The release operation is not free.
- The fee can differ between Vobiz accounts.
- The successful release response reports the charged amount in
release_fee. - Cancelling a standard release during the 24-hour pending window refunds that fee.
- An immediate release cannot be cancelled through the Cancel Release endpoint.
Path parameters
auth_id- Your account Auth ID.e164- The phone number to release in E.164 format. URL-encode+as%2B, such as%2B919876543210.immediate- Optional boolean query parameter. Set it totrueto skip the 24-hour cooldown.
This path uses the capital-A
/Account/ casing. The e164 segment must include the URL-encoded +. No request body is required.Request
Standard release
cURL Request
Immediate release
cURL Request
Response
A standard release returns200 OK with the cooldown, cancellation URL, and the account-specific fee charged for the release.
Response - 200 OK
release_fee value above is an example. Your response contains the fee configured for your Vobiz account.
Error Response (403 Forbidden): If account does not own this number:
Error Response - 403 Forbidden
Authorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"
The URL-encoded phone number in E.164 format. Encode + as %2B.
Example:
"%2B919876543210"
Query Parameters
Skip the 24-hour cooldown and release the number immediately.