Skip to main content
DELETE
/
mydids
Return numbers to stock
curl --request DELETE \
  --url https://api.wavix.com/v1/mydids
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Query Parameters

ids
integer[]
required

An array of phone number IDs to release from your account

Example:
[123, 456, 789]

Response

success
boolean
required

Indicates if the operation is successful

Example:

true

I