=====RemoveBeacon===== ====Summary==== Remove a beacon that was added to the scene from the [[addbeacon]] function. ====Parameters==== ===Target=== //Type: [[Path]] Default: None// Specifies the name or ARDI ID of the asset you would like to remove a beacon from. If using an asset ID, begin the target with the '#' character. ====See Also==== [[remove]] [[addbeacon]] ====Examples==== > This code will add a beacon to the asset named **SomeObject**. It will then present a caption to the user and wait for the user to click next. When the user clicks next it will then search for the asset named **SomeObject** again and remove all beacons attached to it.