RemoveBlip

local Bridge = exports.community_bridge:Bridge()

-- blip would be the blip handle

local success = Bridge.Utility.RemoveBlip(blip)

-- returns bool if removal was sucessful or not

Last updated