This API endpoint requires the pro version of Sonoran CAD or higher.
For more information, see our page.
This framework export handles the .
function removeBlip(ids, cb)
exports["sonorancad"]:performApiRequest({{
["ids"] = ids
}}, "REMOVE_BLIP", function(res)
if cb ~= nil then
cb(res)
end
end)
end