Remove 911
This push event sends data when a 911 call is removed.
This push event requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
EVENT_REMOVE_911 POST
{
"key": "YOUR_API_KEY", // Authenticate legitimate event traffic
"type": "EVENT_REMOVE_911",
"data": [
{
"callIds": [1234, 5678]
}
]
Last updated
Was this helpful?