API/Delete Audio Transcription

Delete Audio Transcription

Deletes a single audio transcription based on the ID supplied

curl --request DELETE \
  --url https://api.sully.ai/v1/audio/transcriptions/{transcriptionId} \
  --header 'X-ACCOUNT-ID: <api-key>' \
  --header 'X-API-KEY: <api-key>'

200400Copy

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

Authorizations

X-API-KEYstringheaderrequiredX-ACCOUNT-IDstringheaderrequired

Path Parameters

transcriptionIdstringrequired

ID of audio transcription to delete

Response

200200400application/json

Audio transcription deleted

statusstring

Status of the response

Example:

"ok"

date string

Timestamp of the response

Example:

"2024-11-21T14:38:24.093Z"

You can test this API here: https://docs.sully.ai/api-reference/audio-transcriptions/delete

Last updated