return dids to stock
Use this method to return DIDs to stock.
This endpoint requires authentication.
DELETE /mydids
Name | Description |
---|---|
ids Query Required | Number ID of the DID number to be released from your account |
Void
HTTP Status Code | Error Description | Exception Class |
---|---|---|
400 | Request failed. Invalid IDs of DIDs. |
|
403 | Request failed. The feature is disabled for the account. |
|
curl -X DELETE -G \
--url 'https://api.wavix.com/v1/mydids' \
-d 'appid=appid' \
-d 'ids=1'