Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

DELETE /transcriptions/:id

Summary

Delete a transcription job and its results

Intent

Permanently removes a transcription and frees associated storage

Parameters

NameTypeRequiredDescription
idstringYesThe id parameter

Request example

Terminal window
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 token
  • 400 — Request validation failed

Gotchas

  • Delete operations require a valid bearer token