Batches
Stop Active Batch
Stops all active calls in a batch.
POST
/
v1
/
batches
/
{batch_id}
/
stop
Headers
Your API key for authentication.
Path Parameters
The unique identifier for the batch to be cancelled.
Response
The status of the request. If anything other than ‘success’, an error has occurred or all calls have already been completed.
A message describing the status of the request.
The number of calls that were cancelled.
The batch_id
of the cancelled batch.