delete e911 record

API Docs by APIMATIC

Delete E911 Record

Use this method to delete E911 record for the specified DID.

This endpoint requires authentication.

DELETE /e911_records
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

DID to deactivate the service for

Response Type

Void

Errors

HTTP Status CodeError DescriptionException 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'