This endpoint allows you to remove custom blips from your community's live map.
Last updated 2 years ago
Was this helpful?
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 !== null) { cb(res); } }); }
ids
Integer
Blip ID to remove
cb
Function
OPTIONAL: Callback function