Archive Batch
You can archive your open batches. This is useful for organizing and filtering various batch statuses via a request with a status query, like GET /v1/batches?status=open
.
Example Request
DELETE /v1/batches/:batch_id
When a batch has successfully been archived, you will receive a response with the HTTP Status 204, No Content status.