Skip to main content
DELETE
/
v1
/
mydids
Return numbers to stock
curl --request DELETE \
  --url https://api.wavix.com/v1/mydids \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Query Parameters

ids
integer[]

An array of phone number IDs to release from your account

Example:
[47832123321, 47832123324, 478321233215]
dids
string

A comma-separated string of phone numbers to release from your account (e.g., "47832123321,47832123324,47832123325")

Example:

"47832123321,47832123324,478321233215"

Response

Request successful.

success
boolean
required

Indicates if the operation is successful

Example:

true