POST
/
batches
/
{batch_id}
/
stop
curl --request POST \
  --url https://api.bolna.dev/batches/{batch_id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "success",
  "state": "stopped"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

batch_id
string
required

The ID of the batch

Response

200
application/json
batch status response

The response is of type any.