| ocs_delete_share | R Documentation |
Deletes a share
ocs_delete_share(req, id)
req |
WebDAV request as returned by |
id |
share id |
invisible boolean TRUE on success and FALSE on failure
## Not run:
r <- wd_connect("https://example.com/remote.php/dav/files/johndoe")
ocs_delete_share(r, 12342)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.