POST
/
v2
/
batches
/
{batch_id}
/
stop
Stop Batch
curl --request POST \
  --url https://api.bland.ai/v2/batches/{batch_id}/stop \
  --header 'authorization: <authorization>'
{
  "data": null,
  "errors": null
}

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

batch_id
string
required
The unique identifier of the batch to stop.

Response

data
null
Always null on success.
errors
null
null if the batch was successfully stopped.
{
  "data": null,
  "errors": null
}