🧹 Removing an Interaction Point
If the previously created interaction point was temporary or no longer needed, you can remove it using its ID.
When you create an interaction point using addInteractionPoint
, it returns a unique id
. You can then remove it at any time using:
exports['weInteract']:removeInteractionPoint(id)
Last updated