Remove 911

This push event sends data when a 911 call is removed.

EVENT_REMOVE_911 POST

{
    "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
    "type": "EVENT_REMOVE_911",
    "data": [
        {
            "callIds": [1234, 5678]
        }
    ]

Last updated