v7

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-30132748.5 KB
Audio Transcriptions

Delete an audio transcription by ID

Deletes a single audio transcription based on the ID supplied

delete/v1/audio/transcriptions/{transcriptionId}

Path parameters

transcriptionIdstring required

ID of audio transcription to delete

Response

Audio transcription deleted

statusstring

Status of the response

datestring date-time

Timestamp of the response

Example response

{
  "status": "ok",
  "date": "2024-11-21T14:38:24.093Z"
}