delete_batch {captr}R Documentation

Delete a Batch

Description

Delete a Batch

Usage

delete_batch(batch_id = "", ...)

Arguments

batch_id

ID for the batch

...

Additional arguments passed to captr_DELETE.

References

https://shreddr.captricity.com/developer/api-reference/#v1-batches

Examples

## Not run: 
delete_batch("batch_id")

## End(Not run)

[Package captr version 0.3.0 Index]