🔧 SDK ReferenceManagersObjectManagerdestroydestroyDestroys the object.Syntaxobject.destroy();Example// create a boxconst box = engine.objects.create('box');// destroy itbox.destroy();Available on: Client Server