For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete E911

Delete 911 information

GET or POST Request

https://v1.api19.com/e911/delete

Delete the currently set 911 information for a number

HTTP Post Variables Supported

Argument

Required

Type

did

yes

10 digit number

key

yes

api key

curl https://v1.api19.com/e911/delete \
 -d 'key=api_token' \
 -d 'did=5555555555'

Last updated