View source: R/bulk-operation.R
sf_delete_job_bulk | R Documentation |
Delete Bulk API Job
sf_delete_job_bulk(job_id, api_type = c("Bulk 2.0"), verbose = FALSE)
job_id |
|
api_type |
|
verbose |
|
## Not run: job_info <- sf_create_job_bulk('insert', 'Account') sf_abort_job_bulk(job_info$id) sf_delete_job_bulk(job_info$id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.