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"
}

Changes

Changed in 2 of the 7 revisions of this API.112

    • api operation id deleteAudioTranscriptionById was added

      api-operation-id-added

    • api tag Audio Transcriptions added

      api-tag-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • f3266ed48d7611See the full diff
    • added the new path request parameter transcriptionId

      new-request-path-parameter

    • deleted the path request parameter id

      request-parameter-removed