DELETE

/batch/:id

Cancels a running batch or clears a completed batch from browser memory.


Data Loss Warning

Since files are stored in browser memory (Blob URL), calling this endpoint effectively revokes the URLs. Processed files will be lost immediately if they have not been downloaded.

Path Parameters

id Required

The unique identifier of the batch to cancel/delete.

Response

200 OK
{
  "id": "batch_123456789",
  "status": "cancelled",
  "memory_freed": "256MB"
}