Batches
Delete Batch API
Understand how to delete a specific batch using its ID, effectively removing it from your scheduled or active batches.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the batch
Response
200 - application/json
The response is of type any
.
Was this page helpful?