Revision [1747]
This is an old revision of ExistDel made by DavidLee on 2011-06-03 05:43:05.
eXist Command: del
Deletes resources on an eXist serverSynopsis
del [exist options] resource [resource ...]Description
Deletes resources residing on an eXist serverResources are specified by the relative or absolute path. If a collection is specified then the collection and all its child resources are deleted.
Exist Options
The del command accepts all
eXist Common Options
Example
Assuming the prefix "e" is imported as the exist module, delete the test.xml document
e:del test.xml
To delete a collection and all its children use the collection name as the argument
Deletes the collection "/db/test"
e:del /db/test
Implementatione:del test.xml
e:del /db/test