delete e911 record
Use this method to delete E911 record for the specified DID.
This endpoint requires authentication.
DELETE /e911_records
Name | Description |
---|---|
phone_number Query Required | String DID to deactivate the service for |
Void
HTTP Status Code | Error Description | Exception Class |
---|---|---|
400 | Request failed. The response indicates the reason for the error. | |
404 | Request failed. No service activated for the DID |
|
curl -X DELETE -G \
--url 'https://api.wavix.com/v1/e911_records' \
-d 'appid=appid' \
-d 'phone_number=phone_number2'