Learn R Programming

rdav (version 0.3.0)

ocs_delete_share: Deletes a share

Description

Deletes a share

Usage

ocs_delete_share(req, id)

Value

invisible boolean TRUE on success and FALSE on failure

Arguments

req

WebDAV request as returned by wd_connect

id

share id

Examples

Run this code
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