DELETE /batch-processor/:id
This endpoint deletes a specific Batch Processor job. If the job has associated objects stored in Daily’s S3 bucket, this call will also delete those objects. Objects stored in a custom bucket are not deleted. The API response is the same as Get job status. Theoutput key in the response provides enough information to delete any object stored in the custom bucket.
Response definitions
Top-level:
In the
input object:
In the
output object:
In the
output.transcription list:
In the
output.summary object:
Examples
- Request
- 200 OK (Job finished)
- 200 OK (Job error)