upload_delete {sevenbridges}R Documentation

Abort the upload

Description

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

Usage

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

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

[Package sevenbridges version 1.24.0 Index]