delete_batch {captr} | R Documentation |
Delete a Batch
delete_batch(batch_id = "", ...)
batch_id |
ID for the batch |
... |
Additional arguments passed to |
https://shreddr.captricity.com/developer/api-reference/#v1-batches
## Not run:
delete_batch("batch_id")
## End(Not run)