Delete an E911 address
DELETE/origination/e911_addresses/:id
Permanently deletes an E911 address.
Request
Path Parameters
id stringrequired
ID of E911 Address to delete
Responses
200: E911 Address deleted response
- application/json
404: Resource not found
Request samples
curl -L -X DELETE 'https://api.telnyx.com/origination/e911_addresses/:id' \
-H 'Accept: application/json'
Response samples
{
"success": true,
"message": "string"
}