DELETE /transcriptions/:id
Summary
Delete a transcription job and its results
Intent
Permanently removes a transcription and frees associated storage
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The id parameter |
Request example
curl -X DELETE https://api.example.com/transcriptions/:id \ -H "Authorization: Bearer {token}"Response example
{ "id": "obj_123", "status": "ok"}Error cases
401— Missing or invalid authentication token400— Request validation failed
Gotchas
- Delete operations require a valid bearer token