drop
Removes an existing model from a Mulgara server. The corresponding command for creating models is create. The general syntax is as follows:
drop model;
The following example removes the model model1 from the server rmi://mysite.com/server1.
drop <rmi://mysite.com/server1#model1>;