cURL
curl --request DELETE \ --url https://api.bolna.ai/batches/{batch_id} \ --header 'Authorization: Bearer <token>'
{ "message": "success", "state": "deleted" }
Understand how to delete a specific batch using its ID, effectively removing it from your scheduled or active batches.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the batch
batch deleted response
Was this page helpful?