Remove 911
This endpoint allows you to remove an existing emergency/911 call from the CAD.
Remove 911
Request Body
Name
Type
Description
API ID(s) set!INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "REMOVE_911",
"data": [
{
"serverId": 1,
"callId": 1 // Call ID
}
]
}Call ID
Last updated
Was this helpful?

