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

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 deleted response

The response is of type any.