Skip to main content
DELETE
Release phone numbers

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Query Parameters

ids
integer[]

Record IDs of the phone numbers to release. Mutually exclusive with dids.

Example:
dids
string

Comma-separated phone numbers to release. Mutually exclusive with ids.

Example:

"47832123321,47832123324,478321233215"

Response

Returns a success confirmation. The numbers are released back to stock.

success
boolean
required

Indicates whether the request was successful.

Example:

true