Actions
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>;
<pre> --url = "http://localhost:8088/tql/" -H "Accept: application/sparql-results+json" --data-urlencode "query=drop <http://www.example.org/test1#data>;" --trace-ascii curl.log </pre>
Updated by Gregg - over 15 years ago ยท 3 revisions