DeleteResource Method
Delete a resource.
Object Oriented Interface
public function doDeleteResource($resourceuri);
Procedural Interface
ipworks_webdav_do_deleteresource($res, $resourceuri);
Remarks
The resource or collection specified by ResourceURI is deleted. The DeleteResource method behaves independently of the Depth property. If ResourceURI denotes a non-collection resource, it is first removed from any collection which contains, then is removed from the server. If ResourceURI denotes a collection, the server behaves as if the command were issued with an infinite depth (ie, all internal member URIs denoting single resources or collections are deleted).