You have to unregister the object from the proxy manager:<br><br>pm = servermanager.ProxyManager()<br>pm.UnRegisterProxy(&quot;sources&quot;, &quot;del&quot;)<br><br>-berk<br><br><br><div><span class="gmail_quote">On 10/15/07, 
<b class="gmail_sendername">Robert Maynard</b> &lt;<a href="mailto:RobertJMaynard@gmail.com">RobertJMaynard@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
What is the syntax to delete an object that has been created in python, and than been registered with ParaView?<br><br>For example I create a sphere like this:<br>&nbsp; view = servermanager.GetRenderView()&nbsp; <br>&nbsp; sphere = servermanager.sources.SphereSource

(registrationGroup=&#39;sources&#39;, registrationName=&#39;del&#39;)&nbsp;  <br>&nbsp; dataDisplay = servermanager.CreateRepresentation(sphere, view, registrationGroup=&#39;representations&#39;)<br><br>Than trying to delete it by using the del command (del sphere, etc) does not work. 
<br>
<br>_______________________________________________<br>ParaView mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">
http://www.paraview.org/mailman/listinfo/paraview</a><br><br></blockquote></div><br>