Cancel and delete a batch

View as Markdown
Cancels the batch on the call server, then deletes its record from HollrAI. If cancellation fails, the local record is kept so the request can be retried.

Authentication

hollr-api-keystring

API key issued for your account. Every request is logged and rate-limited against this key.

Path parameters

batch_idstringRequiredformat: "uuid"
UUID of the batch.

Response

Batch cancelled and deleted.
statusstringOptional
messagestringOptional
batch_idstringOptionalformat: "uuid"

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
502
Bad Gateway Error