Batches
Stop Batch API
Understand how to stop a running batch using its ID, allowing you to halt ongoing calls in the batch.
POST
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?