upload_delete: Abort the upload

Description Usage Arguments Value Examples

View source: R/api-misc.R

Description

Abort the upload; all upload records and the file are deleted.

Usage

1
upload_delete(token = NULL, upload_id = NULL, ...)

Arguments

token

auth token

upload_id

ID of the upload

...

parameters passed to api function

Value

parsed list of the returned json

Examples

1
2
3
4
token <- "your_token"
## Not run: 
req <- upload_delete(token, upload_id = "your_upload_id")
## End(Not run)

sevenbridges documentation built on March 25, 2021, 6 p.m.