powered by
Deletes a share
ocs_delete_share(req, id)
invisible boolean TRUE on success and FALSE on failure
WebDAV request as returned by wd_connect
wd_connect
share id
if (FALSE) { r <- wd_connect("https://example.com/remote.php/dav/files/johndoe") ocs_delete_share(r, 12342) }
Run the code above in your browser using DataLab