latestOpenAPI 3.0.02026-08-1027587.8 KB

3d9aec0774ff

Bulk delete transcriptions

Deletes multiple transcriptions at once. This is an asynchronous operation. The endpoint returns immediately, and schedules a background job to delete the transcriptions. The endpoint is idempotent, meaning it will return the same response even if the transcriptions have already been deleted, or the transcriptions doesn't exist.

post/transcriptions/bulk-delete

Request body

transcriptionIdsstring[] required

Example request

{
  "transcriptionIds": [
    "b438fda0-83e2-4835-92f9-c845ee3d5ea7"
  ]
}

Response

The resources are scheduled for deletion.