This endpoint allows you to remove an existing emergency/911 call from the CAD.
Last updated 2 years ago
Was this helpful?
This API endpoint requires the Standard version of Sonoran CAD or higher. For more information, see our page.
This framework export handles the .
function remove911(callId) { exports["sonorancad"].performApiRequest({ serverId: GetConvar("sonoran_serverId", 1), callId: callId }, "REMOVE_911", function(_) { }); }
callId
Integer
Call ID to remove