powered by
Delete file from Zamzar account provided a file id.
zz_delete(id = NULL, usr = NULL, verbose = FALSE)
The target id for a file you wish to delete. Most likely returned from <U+2018>zz get info()<U+2018>.
The username/API key you are using. If not set, the function will check if a key exists as a `ZAMZAR_USR` variable in `.Renviron` and use that.
See: https://developers.zamzar.com/user
Boolean deciding whether or not verbose status messages should be returned. Defaults to `FALSE`.
A status message indicating either success or failure.
Please note that a Zamzar key passed as argument to `usr` takes precedence over a Zamzar key extracted from an `.Renviron`.
# NOT RUN { # An example of zz_delete() with a hardcoded file id zz_get(id = 12345678) # }
Run the code above in your browser using DataLab