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

arrow-up-rightX-API-KEYstringheaderrequiredarrow-up-rightX-ACCOUNT-IDstringheaderrequired

Path Parameters

arrow-up-righttranscriptionIdstringrequired

ID of audio transcription to delete

Response

200200400application/json

Audio transcription deleted

arrow-up-rightstatusstring

Status of the response

Example:

"ok"

arrow-up-rightdate 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/deletearrow-up-right arrow-up-right

Last updated